From: Greg W. <gre...@us...> - 2004-05-22 11:53:42
|
User: gregwilkins Date: 04/05/22 04:53:35 Modified: . Tag: Jetty_4_2 VERSION.TXT ant.properties Log: jasper update Revision Changes Path No revision No revision 3.672.2.73 +6 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.672.2.72 retrieving revision 3.672.2.73 diff -u -w -r3.672.2.72 -r3.672.2.73 --- VERSION.TXT 24 Apr 2004 07:54:53 -0000 3.672.2.72 +++ VERSION.TXT 22 May 2004 11:53:34 -0000 3.672.2.73 @@ -2,13 +2,19 @@ -------------- Jetty-5 + + Changed to apache 2.0 license + added extra/etc/start-plus.config to set up main.class for jettyplus + maxFormContentLength may be unlimited with <0 value + Fixed HTTP tunnel timeout setting. + + Improved handling of exception from servlet init. + + FORM auth redirects to context on a re-auth + + Handle multiple virutal hosts from JBoss 3.2.4RC2 Jetty-4 + maxFormContentLength may be unlimited with <0 value + Fixed HTTP tunnel timeout setting. + + Improved handling of exception from servlet init. + + FORM auth redirects to context on a re-auth Jetty-5.0.0RC0 - 7 April 2004 + Updated JettyPlus to JOTM 1.4.3 (carol-1.5.2, xapool-1.3.1) 3.7.2.17 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.7.2.16 retrieving revision 3.7.2.17 diff -u -w -r3.7.2.16 -r3.7.2.17 --- ant.properties 7 Apr 2004 09:24:51 -0000 3.7.2.16 +++ ant.properties 22 May 2004 11:53:34 -0000 3.7.2.17 @@ -1,7 +1,7 @@ VERSION.MAJOR=4 VERSION.MINOR=2 -VERSION.BUILD=20RC0 +VERSION.BUILD=20 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |