468e8a9298
chg: upgraded jetty to version 9.4.3.v20170317
...
cherry-picked from 390231e8dd
2017-04-17 15:06:14 +02:00
29743f0608
chg: updated rhino to version 1.7.7.1
2016-12-17 18:05:14 +01:00
4ebc1182f1
Merge branch 'feature/hello-gradle' into helma- 🐜
2016-12-04 16:05:07 +01:00
6e196e857f
del: support for Jimi image processing library
2016-12-04 15:59:29 +01:00
ecb0003a37
add: gradle files
...
still using ant targets via importBuild except for dependency management
2016-12-04 15:55:19 +01:00
Simon Oberhammer
aff951c964
replace jar files and jar loading
...
helma compiles & starts now, but throws this exception:
java.lang.IllegalStateException: STARTED
at org.eclipse.jetty.server.handler.HandlerWrapper.setHandler(HandlerWrapper.java:71)
at helma.main.ApplicationManager$AppDescriptor.bind(ApplicationManager.java:482)
at helma.main.ApplicationManager.startAll(ApplicationManager.java:168)
at helma.main.Server.run(Server.java:611)
at java.lang.Thread.run(Thread.java:662)
2012-03-22 17:21:17 +01:00
Simon Oberhammer
c7e9f4c6cb
update rhino to 8ba9619bc53a3a61e9e026ef86b6ad698a850d38
2012-03-22 17:21:17 +01:00
hns
b072860a45
Update to jetty-ajp jar from Jetty 6.1.22 with patch for jetty issue 1163 (response header/cookie encoding)
...
http://jira.codehaus.org/browse/JETTY-1163
2010-01-25 20:19:37 +00:00
hns
5a95d1730a
Update jetty to version 6.1.22
2009-11-27 15:17:33 +00:00
hns
6d0427ff55
Update jetty to 6.1.18 release.
2009-06-17 14:57:19 +00:00
hns
ed6db227cc
Merge branch jetty6 back into trunk.
2009-06-17 12:41:22 +00:00
hns
0a62df7875
Update rhino.jar to js.jar from Rhino 1.7R2 final release.
2009-03-30 13:07:47 +00:00
hns
ed8637f449
Update to js.jar from rhino1_7R2-RC4.zip
2009-03-17 14:48:38 +00:00
hns
821f69150f
* Update to Rhino HEAD snapshot from 2008-02-05 with token patch
...
from http://dev.helma.org/wiki/Rhino+Bugs+%26+Patches/
2008-02-05 15:51:34 +00:00
hns
8897b240c8
* Update to Rhino HEAD snapshot from 2008-01-28 with token patch
...
from http://dev.helma.org/wiki/Rhino+Bugs+%26+Patches/
2008-01-29 12:36:57 +00:00
hns
2f7407a8c7
* Replace netcomponents.jar with jakarta commons-net.jar 1.4.1.
2008-01-25 11:09:59 +00:00
hns
3c059e8778
* Update to stock Apache XML-RPC 2.0.1.
2007-10-11 12:13:07 +00:00
hns
b1980dceec
* Update tagsoup.jar to version 1.1.3. Tagsoup is used by getHtmlDocument() as well as Jala.
2007-10-11 11:58:40 +00:00
hns
9395ebcd06
* Update lib/jetty.jar to Jetty 5.1.14 and lib/servlet.jar with the following patch for AJP13 request paths:
...
--- jetty-5.1.14/src/org/mortbay/http/ajp/AJP13Connection.java 2007-03-05 01:15:05.000000000 +0100
+++ jetty-5.1.14-patched/src/org/mortbay/http/ajp/AJP13Connection.java 2007-09-20 17:28:17.000000000 +0200
@@ -208,12 +208,9 @@
log.warn(packet.toString());
}
- String path=packet.getString();
- int sc=path.lastIndexOf(";");
- if (sc<0)
- request.setPath(URI.encodePath(path));
- else
- request.setPath(URI.encodePath(path.substring(0,sc))+path.substring(sc));
+ // fix request path encoding issue, see
+ // http://grazia.helma.at/pipermail/helma-user/2007-March/006911.html
+ request.setPath(packet.getString());
_remoteAddr=packet.getString();
_remoteHost=packet.getString();
2007-09-20 15:33:41 +00:00
hns
a961a2d6cb
* Update lib/jetty.jar to Jetty 5.1.14 and lib/servlet.jar to Servlet API 2.4.
...
* Remove LongSink code from helma.main.Server.
Fixes bug 550 http://helma.org/bugs/show_bug.cgi?id=550
2007-09-20 14:55:00 +00:00
hns
c6aa2b46b7
* Update to Rhino 1.6R7 with Token patch from
...
http://dev.helma.org/wiki/Rhino+Bugs+%26+Patches/
2007-08-30 10:06:28 +00:00
hns
d7618448fb
* Update to todays CVS snapshot branch Rhino1_6R6_BRANCH with
...
token patch from http://dev.helma.org/wiki/Rhino+Bugs+%26+Patches/
2007-06-28 13:02:54 +00:00
hns
62e678468c
* Update to todays CVS snapshot branch Rhino1_6R6_BRANCH with
...
token patch from http://dev.helma.org/wiki/Rhino+Bugs+%26+Patches/
2007-06-21 09:17:48 +00:00
hns
22ec17d968
* Update to jakarta commons-logging 1.1
2007-06-04 07:57:15 +00:00
hns
1205242715
* Update to jakarta commons-fileupload 1.2
2007-06-04 07:54:32 +00:00
hns
ba15a17834
* Update to jakarta commons-io 1.3.1
2007-06-04 07:53:54 +00:00
hns
297b45439f
* Update to new Rhino CVS snapshot from 2007-05-24 with the
...
patches from http://dev.helma.org/wiki/Rhino+Bugs+%26+Patches/
2007-05-24 14:40:33 +00:00
hns
e2dad09d4c
* Update to today's CVS snapshot, including support for const keyword
...
and get/set in object initializers.
2007-04-04 22:55:25 +00:00
hns
83add89edb
* Update with patches from http://dev.helma.org/wiki/Rhino+Bugs+%26+Patches/
...
including patch to allow access to public java methods in non-public classes.
2007-03-29 09:26:23 +00:00
hns
4575142c60
* Update to new Rhino CVS snapshot with the patches from
...
http://dev.helma.org/wiki/Rhino+Bugs+%26+Patches/
including fixes for rhino bugs 359358 and 359359
2007-03-28 11:48:03 +00:00
hns
bb03265ec0
* Compiled Jetty 4.2.27 with the following patch for AJP13 request paths:
...
diff -Nur jetty-4.2.27/src/org/mortbay/http/ajp/AJP13Connection.java jetty-4.2.27-patched/src/org/mortbay/http/ajp/AJP13Connection.java
--- jetty-4.2.27/src/org/mortbay/http/ajp/AJP13Connection.java 2006-11-23 11:44:50.000000000 +0100
+++ jetty-4.2.27-patched/src/org/mortbay/http/ajp/AJP13Connection.java 2007-03-28 13:34:52.000000000 +0200
@@ -194,12 +194,9 @@
Code.warning(packet.toString());
}
- String path=packet.getString();
- int sc=path.lastIndexOf(";");
- if (sc<0)
- request.setPath(URI.encodePath(path));
- else
- request.setPath(URI.encodePath(path.substring(0,sc))+path.substring(sc));
+ // fix request path encoding issue, see
+ // http://grazia.helma.at/pipermail/helma-user/2007-March/006911.html
+ request.setPath(packet.getString());
_remoteAddr=packet.getString();
_remoteHost=packet.getString();
2007-03-28 11:45:41 +00:00
hns
b233ad0d4d
* Updated snapshot with patch for rhino bug 375081
...
https://bugzilla.mozilla.org/show_bug.cgi?id=375081
2007-03-23 14:05:45 +00:00
hns
18f79fd12a
* Update to new Rhino CVS snapshot with the patches from
...
http://dev.helma.org/wiki/Rhino+Bugs+%26+Patches/
including Rhino bug https://bugzilla.mozilla.org/show_bug.cgi?id=373897
2007-03-15 17:22:59 +00:00
hns
4eb70e7b2e
* Scale back to minimal apache-dom.jar that only contains org.apache.html.dom.HTMLBuilder class,
...
allowing Helma to compile, but throwing an exception when getHtmlDocument is invoked. This is
the only way we can avoid potential conflicts with different Xerces versions in the classpath.
2007-02-21 14:32:34 +00:00
hns
0667f13290
* Adding tagsoup.jar version 1.0.4 for use with getHtmlDocument().
2007-02-21 13:47:38 +00:00
hns
0f7cd80500
* Update to new Rhino snapshot with patches from
...
http://dev.helma.org/wiki/Rhino+Bugs+%26+Patches/
2007-02-09 16:02:19 +00:00
hns
b1a958a394
* Upgrade to Jetty 4.2.27.
2007-02-07 11:04:16 +00:00
hns
2041c54dfe
* Remove crimson.jar at last, it isn't needed for JDK 1.4 and later.
2007-02-07 09:46:33 +00:00
hns
4f7765259a
* Update with patches from http://dev.helma.org/wiki/Rhino+Bugs+%26+Patches/
...
including new patch https://bugzilla.mozilla.org/show_bug.cgi?id=360964#c7
2006-12-14 14:20:46 +00:00
hns
f3ce79f6c4
* Update with patches from http://dev.helma.org/wiki/Rhino+Bugs+%26+Patches/
...
including https://bugzilla.mozilla.org/show_bug.cgi?id=363058
2006-12-07 12:10:14 +00:00
hns
5d5315f623
* Commit CVS snapshot from 2006-11-29 with added patch for chaining in
...
ScriptableObject slot hashtable.
http://dev.helma.org/Wiki/Rhino+Bugs+%26+Patches/
2006-11-29 09:32:51 +00:00
hns
4e4cae0534
* Commit CVS snapshot from 2006-11-20 with added patch for Parser.parseTokens():
...
http://dev.helma.org/Wiki/Rhino+Bugs+%26+Patches/
2006-11-20 10:45:48 +00:00
hns
192f0b1df6
Checked apache-dom back in as it obviously is still needed.
...
Original log message was:
Apache DOM classes necessary for using and building
getHtmlDocument() functionality. Extracted from Xerces-J 2.0.1
2006-11-20 09:17:39 +00:00
hns
bc8653a873
* Work on DocFunction to make it work with Rhino 1.6.
...
* Make DocFunction not a RuntimeException, and throw it only where needed.
* Add TokenStreamInjector class to rhino to make TokenStream publicly available
* Add StringUtils.splitLines()
2006-11-15 15:48:46 +00:00
hns
578ecb148b
* Removing Apache DOM implementation, not needed anymore with modern JDKs.
2006-11-15 15:41:25 +00:00
hns
377752ae02
* Update to Rhino CVS snapshot from 2006/11/12 including the patches
...
from http://dev.helma.org/Wiki/Rhino+Bugs+%26+Patches/ :
- Rethrown exceptions rendered as [object Error]
- Provide protected callback methods in Rhino debugger SwingGui
- Bug in tail call optimization that cripples Rhino debugger
2006-11-13 16:24:22 +00:00
hns
ac544fe0dd
* Update to Rhino CVS snapshot from 2006/11/12 including the patches
...
from http://dev.helma.org/Wiki/Rhino+Bugs+%26+Patches/
2006-11-13 09:46:28 +00:00
hns
59d38d2ea8
* Update to Rhino CVS snapshot from 2006-08-21 to fix JavaBean property bug in 1.6R3
...
(see <https://bugzilla.mozilla.org/show_bug.cgi?id=343976#c4 >)
2006-08-21 10:19:39 +00:00
hns
e5033685db
* Update Rhino to 1.6R3.
...
* Remove old Rhino 1.5 classes, make Helma debugger subclass Rhino 1.6 classes
(not fully functional yet, needs patches to Rhino debugger).
* Make helma.doc.DocFunction compile with Rhino 1.6 by introducing intermediary
DockenStream class that proxies TokenStream using java reflection.
2006-08-18 20:09:37 +00:00
hns
e85a87f8d2
* Update to jakarta commons-fileupload 1.1.1.
2006-06-21 08:55:03 +00:00