23fdb31348
add: support for importing code using require() method (commonjs)
2020-03-21 14:40:26 +01:00
Daniel Ruthardt
db8d239c32
Minor code simplification.
2020-03-21 14:40:00 +01:00
Daniel Ruthardt
9960e1c919
Removed obsolete class.
2020-03-21 14:40:00 +01:00
Daniel Ruthardt
541286dc59
Fixed issue (persistent sessions did not work anymore).
...
Persistent sessions did not work anymore, because the Application
(which became part of the information to be serialized at some point in
time) was not serializable.
2020-03-21 14:40:00 +01:00
Daniel Ruthardt
e0f590da98
Added missing @Deprecated annotations. (cherry picking from commit be90106b8430386d93ecba7afcd465c09e2b0125)
2020-03-21 14:40:00 +01:00
Daniel Ruthardt
37307708fd
Removed standalone MD5Encoder implementation and replaced usage of it with Apache Commons Codec.
2020-03-21 14:40:00 +01:00
Daniel Ruthardt
5abe737912
Added syncrhonization to methods who's overridden parent methods have synchronization as well. (cherry picking from commit 36d2021fe7178d6686b5843c6f57bbf41bfd30c2)
2020-03-21 14:40:00 +01:00
Daniel Ruthardt
468a89bd05
Fixed version requirement / version check mismatch.
...
Although requiring a higher version of Java, this was not yet checked
correctly in the code.
2020-03-21 14:40:00 +01:00
Daniel Ruthardt
7f3bb3a85b
Added generated serial version identifiers. (cherry picking from commit abbe243d4af0636541defcc75f74400dffefc00a)
2020-03-21 14:40:00 +01:00
Daniel Ruthardt
1acd176aa5
Fixed deprecation issues. (cherry picking from commit b50bfdfd00b380061c6baa3dab1d7d5c89e616a3)
2020-03-21 14:40:00 +01:00
Daniel Ruthardt
7cafee58c4
Added check to make sure that all code resources are returned at any point in time (i.e. even in application startup phase, when prototype has maybe never been updated before). (cherry picking from commit 5880fc27d323b82f508e5b5234999ebbd9bbb4ad)
2020-03-21 14:40:00 +01:00
Daniel Ruthardt
eda05c731a
Resolves issue #40 .
...
http://github.com/helma-next/helma-next/issues#issue/40
2020-03-21 14:40:00 +01:00
0929cd1e57
Removed standalone Base64 implementation and replaced usage of it with Apache Commons Codec's Base64 implementation.
2020-03-21 14:40:00 +01:00
39f565252f
chg: further replaced helma’s md5 implementation with apache commons codec
2020-03-21 14:40:00 +01:00
8e973d1a1a
fix: removed / replaced orphaned helma links
2020-03-21 14:40:00 +01:00
c2fcc1867a
chg: cast each array element to string
2020-03-21 14:40:00 +01:00
Jürg Lehni
47fecff5b4
Fix sendForward() to define Content-Range header, as required by HTML5 audio and video tags.
2020-03-21 14:40:00 +01:00
Jürg Lehni
63b4ec8512
Escape backslash (\) in SQL Strings as they can break queries unescaped.
2020-03-21 14:40:00 +01:00
bd552751f5
chg: moved launcher source files into subproject
2020-03-21 14:39:59 +01:00
39af201e78
del: self-made start scripts (generated by gradle now)
2020-03-21 14:39:59 +01:00
56e9f6793b
chg: moved http and xmlrpc port settings into server.properties
2020-03-21 14:39:59 +01:00
5cbeb9f01d
chg: replaced ant with gradle
2020-03-21 14:39:59 +01:00
7d6fb8f903
chg: upgrade dependencies
2020-03-21 14:39:59 +01:00
Daniel Ruthardt
f7e52dbad5
Don't assume a specific system class loader.
...
The issue was encountered using Oracle JDK9 on Debian stretch arm64.
2020-03-21 14:39:59 +01:00
c07e4a9d7f
chg: upgraded rhino to version 1.7.9
2020-03-21 14:39:58 +01:00
8d62f24bee
chg: sorted lines
2020-03-21 14:39:58 +01:00
825ccb6463
chg: upgraded commons net lib
2020-03-21 14:39:57 +01:00
5902bf9d7f
chg: upgraded jetty to version 9.4.3.v20170317
...
cherry-picked from 390231e8dd
2020-03-21 14:36:36 +01:00
6571f4ff1b
wip: removing ajp support
2020-03-21 14:36:36 +01:00
03e2718ff5
fix: null pointer exception
...
if argument is null in res.debug() / write() / writeln()
2020-03-21 14:36:36 +01:00
00762cf495
del: inline css styles from helma debug lines
2020-03-21 14:36:36 +01:00
6e5d2061fa
chg: allow variable amount of arguments in response methods
2020-03-21 14:36:36 +01:00
c085492c27
chg: refactored global encodeForm() method to JS
2017-03-19 17:50:18 +01:00
863c622631
chg: refactored global encodeXml() method to JS
2017-03-19 17:38:12 +01:00
12f9e1b1e3
chg: refactored global encode() method to JS
2017-03-19 17:13:20 +01:00
655f965084
chg: refactored global strippedTags() method to JS
2017-03-19 17:11:37 +01:00
7d07ac4f2d
chg: updated version string
...
this is a custom version of helma for antville 1.6
2016-12-17 18:18:31 +01:00
29743f0608
chg: updated rhino to version 1.7.7.1
2016-12-17 18:05:14 +01:00
5c0e36e48b
add: experimental support for commonjs modules
...
activated rhino’s require() method and module.exports object; both work, but the default implementation cannot load packages which in turn require modules in relative subdirs.
a new property called commonjs.dir can be used to define an additional search directory. the app dir is added automatically.
2016-12-17 10:36:13 +01:00
c468e8e865
add: support for httponly and secure cookies
2016-12-09 23:49:23 +01:00
2a41085419
Merge branch 'feature/hello-gradle' into helma- 🐜
2016-12-04 22:15:23 +01:00
5f0ff9f635
add: gradle files
...
still using ant targets via importBuild except for dependency management
2016-12-04 22:15:08 +01:00
6e196e857f
del: support for Jimi image processing library
2016-12-04 15:59:29 +01:00
dd822d4e24
fix: reference to Base64 is ambiguous, both class java.util.Base64 in java.util and class helma.util.Base64 in helma.util match (Java 8)
2015-12-22 19:36:40 +01:00
948dc9a76b
fix: removed encoding of valid unicode characters to html entities
2015-12-13 12:36:37 +01:00
735de0bbf6
fix: re-enabled output of <br> elements in format() method with additional class attribute to signify where it comes from
2015-08-14 14:23:22 +02:00
80dfe53204
chg: removed transformation of linebreaks to <br> or <p> elements in format() method
2015-08-10 14:19:57 +02:00
ed8f6ce9b6
chg: removed transformation to HTML entities, basically only supporting Unicode output (it’s 2015, I think it’s alright)
2015-08-10 14:16:01 +02:00
a7dd487d3e
Merge remote-tracking branch 'helma/master'
2015-01-28 19:23:10 +01:00
Simon Oberhammer
dd8f8b6caa
bump version
2014-03-12 09:56:29 +01:00