Commit graph

3294 commits

Author SHA1 Message Date
cd05af552e chg: cast each array element to string 2020-03-20 20:53:13 +01:00
Jürg Lehni
74b927244e Fix sendForward() to define Content-Range header, as required by HTML5 audio and video tags. 2020-03-20 19:53:51 +01:00
Jürg Lehni
a9e1cf3f51 Escape backslash (\) in SQL Strings as they can break queries unescaped. 2020-03-20 19:53:17 +01:00
e246589cdf chg: bumped version of commons codec jar 2020-03-18 21:26:30 +01:00
2ca34c70b5 chg: bumped jetty version 2020-03-18 21:22:06 +01:00
a2d9dae06e add: jvm arg to prevent dock icon on macos 2020-03-18 21:17:26 +01:00
d540b38a98 fix: line endings in archive files (zip: crlf; tar: lf) 2020-03-18 21:05:03 +01:00
19a3961207 add: parameter for running commandline task 2020-03-18 10:38:45 +01:00
b90143adf7 chg: name of rhino shell task 2020-03-18 10:38:43 +01:00
e40b78230c fix: missing jsdoc files 2020-03-18 10:37:59 +01:00
a9163bd66f chg: moved launcher source files into subproject 2020-03-17 20:49:55 +01:00
94ce6dac49 del: code in comments 2020-03-17 19:58:45 +01:00
70a0b2d9a1 fix: readmes 2020-03-17 19:58:24 +01:00
a4635aefb6 chg: updated readme 2020-03-17 19:20:39 +01:00
e4a36582f7 del: self-made start scripts (generated by gradle now) 2020-03-17 19:20:26 +01:00
efd5617a89 fix: error when running start scripts 2020-03-17 18:30:14 +01:00
387066f34d chg: moved http and xmlrpc port settings into server.properties 2020-03-17 18:29:41 +01:00
7eebeee1d0 chg: replaced ant with gradle 2020-03-17 08:57:53 +01:00
ced560f0c7 chg: set source and target of java versions to 6 2020-03-15 12:38:50 +01:00
c0cbe38fc5 chg: upgrade dependencies 2020-03-15 12:23:18 +01:00
1bc6653499 chg: get rid of main task 2020-03-15 12:19:38 +01:00
Daniel Ruthardt
78ccdfced9 Don't assume a specific system class loader.
The issue was encountered using Oracle JDK9 on Debian stretch arm64.
2020-03-15 12:07:19 +01:00
fcb01e21cd fix: use file-based stream 2018-05-20 08:43:18 +02:00
ad04d90940 fix: exception when trying to close undefined stream in finally block 2018-05-06 12:35:34 +02:00
938456e014 chg: upgraded rhino to version 1.7.9 2018-04-29 21:33:01 +02:00
Simon Oberhammer
f1fa050ea5 bump version 1.7.4 2018-02-13 15:14:22 +01:00
Simon Oberhammer
e82aa34967 package modules too 2018-02-13 15:14:07 +01:00
Simon Oberhammer
65381e7638 use java8 as target; source could stay 1.5 but i'm bumping this too now 2018-02-13 14:44:56 +01:00
Simon Oberhammer
21739a54d8 update readme (first time after 9 years. yey\!) 2018-02-13 14:44:28 +01:00
Simon Oberhammer
d1fb7d312e neither jsdocs nor javadocs did build and the tools seem to be gone for a long time so drop those tasks from ant file; also removed welcome app from demo since this app no longer exists 2018-02-13 14:35:10 +01:00
1008524b35 chg: sorted lines 2017-04-17 16:36:46 +02:00
7dc2ffe46c chg: upgraded commons net lib 2017-04-17 16:35:37 +02:00
ffbf863046 Finish goodbye-ajp 2017-04-17 15:35:31 +02:00
e82dd613db fix: null pointer exception
if argument is null in res.debug() / write() / writeln()
2017-04-17 15:32:12 +02:00
468e8a9298 chg: upgraded jetty to version 9.4.3.v20170317
cherry-picked from 390231e8dd
2017-04-17 15:06:14 +02:00
6860ea589e Merge branch 'helma-🐜' into feature/goodbye-ajp 2017-04-17 15:01:47 +02:00
7185214a5d del: inline css styles from helma debug lines 2017-04-17 14:04:41 +02:00
1054413a10 chg: allow variable amount of arguments in response methods 2017-04-17 14:03:54 +02:00
Robert Gaggl
81f5e3cd8e res.setCookie() now accepts boolean httponly and secure flags
httponly defaults to true, secure to false
2017-03-27 15:50:01 +02:00
Robert Gaggl
75f0245817 removed activation.jar, this is part of j2se since version 6 2017-03-27 14:45:33 +02:00
Robert Gaggl
021a24a100 updated commons libs:
- codec to 1.10
- fileupload to 1.3.2
- io to 2.5
- logging to 1.2
- net to 3.6
2017-03-27 14:39:34 +02:00
Robert Gaggl
390231e8dd updated to jetty 9.4.3.v20170317 2017-03-27 14:17:46 +02:00
c085492c27 chg: refactored global encodeForm() method to JS 2017-03-19 17:50:18 +01:00
98a8cdbc53 fix: default value for encodeNewline 2017-03-19 17:47:59 +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
51b568f099 fix: build instructions using gradlew 2017-03-19 13:18:21 +01:00
3927f86e58 add: .gradle dir to .gitignore 2017-03-19 13:17:51 +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