From: Greg W. <gre...@us...> - 2003-10-31 12:17:23
|
User: gregwilkins Date: 03/10/31 04:17:18 Modified: . VERSION.TXT ant.properties Log: version Revision Changes Path 3.708 +7 -2 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.707 retrieving revision 3.708 diff -u -w -r3.707 -r3.708 --- VERSION.TXT 30 Oct 2003 08:27:25 -0000 3.707 +++ VERSION.TXT 31 Oct 2003 12:17:18 -0000 3.708 @@ -1,11 +1,16 @@ Jetty Versions -------------- +Jetty-5.0.beta0 + respect content length when decoding form content. + JBoss integration uses writer rather than stream for XML config handling + Expire pages that contain set-cookie as per RFC2109 recommendation - +Jetty-4.2.14 + + respect content length when decoding form content. + + JBoss integration uses writer rather than stream for XML config handling + + Fixed NPE in SSO + + Expire pages that contain set-cookie as per RFC2109 recommendation Jetty-5.0.alpha3 -19 October 2003 + Reworked Dispatcher to better support cross context sessions. 3.14 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.13 retrieving revision 3.14 diff -u -w -r3.13 -r3.14 --- ant.properties 30 Oct 2003 05:06:16 -0000 3.13 +++ ant.properties 31 Oct 2003 12:17:18 -0000 3.14 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=0 -VERSION.BUILD=alpha4 +VERSION.BUILD=beta0 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |