From: Greg W. <gre...@us...> - 2004-04-05 20:48:59
|
User: gregwilkins Date: 04/04/05 13:36:21 Modified: . Tag: Jetty_4_2 VERSION.TXT ant.properties Log: Default servlet at non empty location Revision Changes Path No revision No revision 3.672.2.67 +7 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.672.2.66 retrieving revision 3.672.2.67 diff -u -w -r3.672.2.66 -r3.672.2.67 --- VERSION.TXT 30 Mar 2004 15:16:32 -0000 3.672.2.66 +++ VERSION.TXT 5 Apr 2004 20:36:19 -0000 3.672.2.67 @@ -5,6 +5,8 @@ + Worked around bad jboss URL handler in XMLParser + Forced close of connections over stop/start + HttpFields protected headers + + ProxiedFor field support added to NCSARequestLog + + Fixed Default servlet for non empty servlet paths Jetty-5.0.0RC0 + ServletContext attributes wrap HttpContext attributes. @@ -16,6 +18,11 @@ + Fixed DOS problem + Worked around bad jboss URL handler in XMLParser + Forced close of connections over stop/start + + ProxiedFor field support added to NCSARequestLog + + Fixed Default servlet for non empty servlet paths + + Updated mx4j to V2 + + + Fixed Default servlet for non empty servlet paths Jetty-4.2.19 - 19 Mar 2004 + Fixed DOS attack problem 3.7.2.15 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.7.2.14 retrieving revision 3.7.2.15 diff -u -w -r3.7.2.14 -r3.7.2.15 --- ant.properties 19 Mar 2004 09:16:54 -0000 3.7.2.14 +++ ant.properties 5 Apr 2004 20:36:20 -0000 3.7.2.15 @@ -1,7 +1,7 @@ VERSION.MAJOR=4 VERSION.MINOR=2 -VERSION.BUILD=19 +VERSION.BUILD=20pre0 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |