From: Greg W. <gre...@us...> - 2005-02-25 12:54:01
|
User: gregwilkins Date: 05/02/25 04:53:43 Modified: . Tag: Jetty_4_2 VERSION.TXT ant.properties Log: backported jetty 5 thread pool Revision Changes Path No revision No revision 3.672.2.88 +15 -1 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.672.2.87 retrieving revision 3.672.2.88 diff -u -w -r3.672.2.87 -r3.672.2.88 --- VERSION.TXT 20 Jan 2005 22:33:39 -0000 3.672.2.87 +++ VERSION.TXT 25 Feb 2005 12:53:41 -0000 3.672.2.88 @@ -1,7 +1,21 @@ Jetty Versions -------------- -Jetty-5.1.2 - 16 January 2005 +Jetty-5.1.3rc0 + + Flush filter chain caches on servlet/filter change + + Fixed rollover filename format bug + + Fixed JSR154 error dispatch with explicit pass of type. + + Allow system and server classes to be configured for context loader. + + IOException if EOF read during chunk. + + Fixed HTAccess crypt salt handling. + + Added simple xpath support to XmlParser + + Added TagLibConfiguration to search for listeners in TLDs. + + Added SslListener for 1.4 JSSE API. + +Jetty-4.2.24rc0 + + Back ported Jetty 5 ThreadedServer and ThreadPool + +Jetty-5.1.2 - 18 January 2005 + Added id and ref support to XmlConfiguration + Cleaned up AbstractSessionManager synchronization. + Fixed potential concurrent login problem with JAAS 3.7.2.24 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.7.2.23 retrieving revision 3.7.2.24 diff -u -w -r3.7.2.23 -r3.7.2.24 --- ant.properties 16 Jan 2005 00:21:54 -0000 3.7.2.23 +++ ant.properties 25 Feb 2005 12:53:41 -0000 3.7.2.24 @@ -1,7 +1,7 @@ VERSION.MAJOR=4 VERSION.MINOR=2 -VERSION.BUILD=23 +VERSION.BUILD=24rc0 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |