From: Greg W. <gre...@us...> - 2004-09-11 00:33:25
|
User: gregwilkins Date: 04/09/09 22:44:15 Modified: . VERSION.TXT ant.properties Log: version Revision Changes Path 3.783 +2 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.782 retrieving revision 3.783 diff -u -w -r3.782 -r3.783 --- VERSION.TXT 5 Sep 2004 13:38:36 -0000 3.782 +++ VERSION.TXT 10 Sep 2004 05:44:14 -0000 3.783 @@ -1,6 +1,8 @@ Jetty Versions -------------- +Jetty-5.0.0 - 10 September 2004 + Jetty-5.0.RC4 - 5 September 2004 + Fixed configuration of URL alias checking + JettyJBoss: Use realm-name from web.xml if present, otherwise use security-domain from jboss-web.xml 3.26 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.25 retrieving revision 3.26 diff -u -w -r3.25 -r3.26 --- ant.properties 5 Sep 2004 22:48:20 -0000 3.25 +++ ant.properties 10 Sep 2004 05:44:14 -0000 3.26 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=0 -VERSION.BUILD=RC4 +VERSION.BUILD=0 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2004-10-01 14:29:23
|
User: gregwilkins Date: 04/10/01 07:29:17 Modified: . VERSION.TXT ant.properties Log: version Revision Changes Path 3.789 +1 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.788 retrieving revision 3.789 diff -u -w -r3.788 -r3.789 --- VERSION.TXT 27 Sep 2004 14:44:57 -0000 3.788 +++ VERSION.TXT 1 Oct 2004 14:29:16 -0000 3.789 @@ -10,6 +10,7 @@ + Added filter chain cache + Added JSR77 servlet statistic support + Refactored webapp context configurations + + Added LifeCycle events and generic container. Jetty-4 + LineInput handles readers with small internal buffer 3.28 +2 -2 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.27 retrieving revision 3.28 diff -u -w -r3.27 -r3.28 --- ant.properties 23 Sep 2004 08:05:55 -0000 3.27 +++ ant.properties 1 Oct 2004 14:29:16 -0000 3.28 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 -VERSION.MINOR=0 -VERSION.BUILD=1RC0 +VERSION.MINOR=1 +VERSION.BUILD=RC0 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2004-10-16 02:55:27
|
User: gregwilkins Date: 04/10/15 19:55:20 Modified: . VERSION.TXT ant.properties Log: partially flush writers so content length limit can be handled Revision Changes Path 3.797 +2 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.796 retrieving revision 3.797 diff -u -w -r3.796 -r3.797 --- VERSION.TXT 15 Oct 2004 04:39:42 -0000 3.796 +++ VERSION.TXT 16 Oct 2004 02:55:20 -0000 3.797 @@ -1,10 +1,12 @@ Jetty Versions -------------- +Jetty-5.1.RC1 + Allow JSSE listener to be just confidential or just integral. + Fixed NPE for null contenttype + improved clean targets + when committed setHeader is a noop rather than IllegalStateException + + Partially flush writers on every write so content length can be detected. Jetty-5.1.RC0 - 11 October 2004 + Fixed many minor issues from J2EE 1.4 TCK testing 3.29 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.28 retrieving revision 3.29 diff -u -w -r3.28 -r3.29 --- ant.properties 1 Oct 2004 14:29:16 -0000 3.28 +++ ant.properties 16 Oct 2004 02:55:20 -0000 3.29 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=RC0 +VERSION.BUILD=RC1 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2004-11-13 03:24:08
|
User: gregwilkins Date: 04/11/12 19:24:01 Modified: . VERSION.TXT ant.properties Log: release Revision Changes Path 3.804 +2 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.803 retrieving revision 3.804 diff -u -w -r3.803 -r3.804 --- VERSION.TXT 27 Oct 2004 23:09:11 -0000 3.803 +++ VERSION.TXT 13 Nov 2004 03:24:01 -0000 3.804 @@ -1,6 +1,8 @@ Jetty Versions -------------- +Jetty-5.1.0 - 14 November 2004 + Jetty-5.1.RC1 - 24 October 2004 + Allow JSSE listener to be just confidential or just integral. + Fixed NPE for null contenttype 3.32 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.31 retrieving revision 3.32 diff -u -w -r3.31 -r3.32 --- ant.properties 20 Oct 2004 12:46:18 -0000 3.31 +++ ant.properties 13 Nov 2004 03:24:01 -0000 3.32 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=RC1 +VERSION.BUILD=0 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2004-11-25 13:27:11
|
User: gregwilkins Date: 04/11/25 05:27:02 Modified: . VERSION.TXT ant.properties Log: fixed filter ordering issue Revision Changes Path 3.808 +2 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.807 retrieving revision 3.808 diff -u -w -r3.807 -r3.808 --- VERSION.TXT 25 Nov 2004 03:09:10 -0000 3.807 +++ VERSION.TXT 25 Nov 2004 13:27:02 -0000 3.808 @@ -1,8 +1,10 @@ Jetty Versions -------------- +Jetty-5.1.1RC1 + Some minor findbugs code cleanups + Made more WebApplicationHandle configuration methods public. + + Fixed ordering of filters with multiple interleaved mappings. Jetty-5.1.1RC0 - 17 November 2004 + fix for adding recognized EventListeners 3.34 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.33 retrieving revision 3.34 diff -u -w -r3.33 -r3.34 --- ant.properties 17 Nov 2004 03:39:46 -0000 3.33 +++ ant.properties 25 Nov 2004 13:27:02 -0000 3.34 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=1RC0 +VERSION.BUILD=1RC1 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Jan B. <ja...@us...> - 2004-12-01 07:28:31
|
User: janb Date: 04/11/30 23:28:24 Modified: . VERSION.TXT ant.properties Log: prep for release 5.1.1 Revision Changes Path 3.811 +2 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.810 retrieving revision 3.811 diff -u -w -r3.810 -r3.811 --- VERSION.TXT 29 Nov 2004 12:02:29 -0000 3.810 +++ VERSION.TXT 1 Dec 2004 07:28:22 -0000 3.811 @@ -1,6 +1,8 @@ Jetty Versions -------------- +Jetty-5.1.1 - 1 December 2004 + Jetty-5.1.1RC1 + Some minor findbugs code cleanups + Made more WebApplicationHandle configuration methods public. 3.35 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.34 retrieving revision 3.35 diff -u -w -r3.34 -r3.35 --- ant.properties 25 Nov 2004 13:27:02 -0000 3.34 +++ ant.properties 1 Dec 2004 07:28:23 -0000 3.35 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=1RC1 +VERSION.BUILD=1 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2004-12-10 03:35:23
|
User: gregwilkins Date: 04/12/09 19:35:14 Modified: . VERSION.TXT ant.properties Log: secure cookies Revision Changes Path 3.812 +10 -5 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.811 retrieving revision 3.812 diff -u -w -r3.811 -r3.812 --- VERSION.TXT 1 Dec 2004 07:28:22 -0000 3.811 +++ VERSION.TXT 10 Dec 2004 03:35:13 -0000 3.812 @@ -1,6 +1,16 @@ Jetty Versions -------------- +Jetty-5.1.2pre0 + + Fixed case of Cookie parameters + + Support Secure and HttpOnly in session cookies + +Jetty-4.2.23 + + LineInput handles readers with small internal buffer + + Added LogStream to capture stderr and stdout to logging + + Support Secure and HttpOnly in session cookies + + Build unsealed jars + Jetty-5.1.1 - 1 December 2004 Jetty-5.1.1RC1 @@ -43,11 +53,6 @@ + Fixed HTAccessHandler + JBoss 4.0.0 support -Jetty-4 - + LineInput handles readers with small internal buffer - + Added LogStream to capture stderr and stdout to logging - + Build unsealed jars - Jetty-5.0.0 - 10 September 2004 Jetty-5.0.RC4 - 5 September 2004 3.36 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.35 retrieving revision 3.36 diff -u -w -r3.35 -r3.36 --- ant.properties 1 Dec 2004 07:28:23 -0000 3.35 +++ ant.properties 10 Dec 2004 03:35:14 -0000 3.36 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=1 +VERSION.BUILD=2pre0 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2004-12-10 03:35:51
|
User: gregwilkins Date: 04/12/09 19:35:41 Modified: . Tag: Jetty_4_2 VERSION.TXT ant.properties Log: secure cookies Revision Changes Path No revision No revision 3.672.2.83 +71 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.672.2.82 retrieving revision 3.672.2.83 diff -u -w -r3.672.2.82 -r3.672.2.83 --- VERSION.TXT 23 Aug 2004 11:50:11 -0000 3.672.2.82 +++ VERSION.TXT 10 Dec 2004 03:35:41 -0000 3.672.2.83 @@ -1,6 +1,77 @@ Jetty Versions -------------- +Jetty-5.1.2pre0 + + Fixed case of Cookie parameters + + Support Secure and HttpOnly in session cookies + +Jetty-4.2.23 + + LineInput handles readers with small internal buffer + + Added LogStream to capture stderr and stdout to logging + + Support Secure and HttpOnly in session cookies + + Build unsealed jars + +Jetty-5.1.1 - 1 December 2004 + +Jetty-5.1.1RC1 + + Some minor findbugs code cleanups + + Made more WebApplicationHandle configuration methods public. + + Fixed ordering of filters with multiple interleaved mappings. + + Allow double // within URIs + + Applied patch for MD5 hashed credentials for MD5 + +Jetty-5.1.1RC0 - 17 November 2004 + + fix for adding recognized EventListeners + + fix commons logging imports to IbmJsseListener + + added new contributed shell start/stop script + + excluded ErrorPageHandler from standard build in extra/jdk1.2 build + +Jetty-5.1.0 - 14 November 2004 + +Jetty-5.1.RC1 - 24 October 2004 + + Allow JSSE listener to be just confidential or just integral. + + Fixed NPE for null contenttype + + improved clean targets + + when committed setHeader is a noop rather than IllegalStateException + + Partially flush writers on every write so content length can be detected. + + Build unsealed jars + + default / mapping does not apply to Filters + + many minor cleanups suggested from figbug utility + + Allow multiple accepting threads + +Jetty-5.1.RC0 - 11 October 2004 + + Fixed many minor issues from J2EE 1.4 TCK testing + See sf.net bugs 1031520 - 1032205 + + Refactored, simplified and optimized HttpOutputStream + + LineInput handles readers with small internal buffer + + Added LogStream to capture stderr and stdout to logging + + Added filter chain cache + + Added JSR77 servlet statistic support + + Refactored webapp context configurations + + Added LifeCycle events and generic container. + + Upgraded to ant-1.6 for jasper + + Fixed HTAccessHandler + + JBoss 4.0.0 support + +Jetty-5.0.0 - 10 September 2004 + +Jetty-5.0.RC4 - 5 September 2004 + + Fixed configuration of URL alias checking + + JettyJBoss: Use realm-name from web.xml if present, otherwise use security-domain from jboss-web.xml + +Jetty-5.0.RC3 - 28 August 2004 + + DIGEST auth handles qop, stale and maxNonceAge. + + Less verbose warning for non validating xml parser. + + fixed jaas logout for jetty-jboss + + fixed deployment of ejb-link elements in web.xml with jboss + + Update to jasper 5.0.27 + + Added parameters for acceptQueueSize and lowResources level. + + Changed default URI encoding to UTF-8 + + Fixes to work with java 1.5 + + JettyPlus upgrade to XAPool 1.3.3. and HSQLDB 1.7.2 + + JettyPlus addition of pluggable DataSources + + Always say close for HTTP/1.0 non keep alive. + Jetty-4.2.22 - 23 August + fixed jaas logout for jetty-jboss integration + fixed deployment of ejb-link elements in web.xml for jboss 3.7.2.21 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.7.2.20 retrieving revision 3.7.2.21 diff -u -w -r3.7.2.20 -r3.7.2.21 --- ant.properties 20 Oct 2004 12:44:08 -0000 3.7.2.20 +++ ant.properties 10 Dec 2004 03:35:41 -0000 3.7.2.21 @@ -1,7 +1,7 @@ VERSION.MAJOR=4 VERSION.MINOR=2 -VERSION.BUILD=22 +VERSION.BUILD=23 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Jan B. <ja...@us...> - 2004-12-17 02:41:26
|
User: janb Date: 04/12/16 18:41:18 Modified: . Tag: Jetty_4_2 VERSION.TXT ant.properties Log: updating for release Revision Changes Path No revision No revision 3.672.2.84 +1 -1 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.672.2.83 retrieving revision 3.672.2.84 diff -u -w -r3.672.2.83 -r3.672.2.84 --- VERSION.TXT 10 Dec 2004 03:35:41 -0000 3.672.2.83 +++ VERSION.TXT 17 Dec 2004 02:41:17 -0000 3.672.2.84 @@ -5,7 +5,7 @@ + Fixed case of Cookie parameters + Support Secure and HttpOnly in session cookies -Jetty-4.2.23 +Jetty-4.2.23RC0 - 17 December 2004 + LineInput handles readers with small internal buffer + Added LogStream to capture stderr and stdout to logging + Support Secure and HttpOnly in session cookies 3.7.2.22 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.7.2.21 retrieving revision 3.7.2.22 diff -u -w -r3.7.2.21 -r3.7.2.22 --- ant.properties 10 Dec 2004 03:35:41 -0000 3.7.2.21 +++ ant.properties 17 Dec 2004 02:41:18 -0000 3.7.2.22 @@ -1,7 +1,7 @@ VERSION.MAJOR=4 VERSION.MINOR=2 -VERSION.BUILD=23 +VERSION.BUILD=23RC0 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2005-01-16 00:06:58
|
User: gregwilkins Date: 05/01/15 16:06:50 Modified: . VERSION.TXT ant.properties Log: cleaned up session sync and invalidate Revision Changes Path 3.818 +8 -1 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.817 retrieving revision 3.818 diff -u -w -r3.817 -r3.818 --- VERSION.TXT 22 Dec 2004 01:04:34 -0000 3.817 +++ VERSION.TXT 16 Jan 2005 00:06:48 -0000 3.818 @@ -1,6 +1,13 @@ Jetty Versions -------------- +Jetty-5.1.2 + + Added id and ref support to XmlConfiguration + + Cleaned up AbstractSessionManager synchronization. + +Jetty-4.2.23 + + Cleaned up AbstractSessionManager synchronization. + Jetty-5.1.2pre0 - 22 December 2004 + Fixed case of Cookie parameters + Support Secure and HttpOnly in session cookies @@ -9,7 +16,7 @@ + UnavailableException handling from handle + Fixed suffix filters -Jetty-4.2.23 +Jetty-4.2.23RC0 - 17 December 2004 + LineInput handles readers with small internal buffer + Added LogStream to capture stderr and stdout to logging + Support Secure and HttpOnly in session cookies 3.37 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.36 retrieving revision 3.37 diff -u -w -r3.36 -r3.37 --- ant.properties 10 Dec 2004 03:35:14 -0000 3.36 +++ ant.properties 16 Jan 2005 00:06:49 -0000 3.37 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=2pre0 +VERSION.BUILD=2 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2005-01-16 00:22:02
|
User: gregwilkins Date: 05/01/15 16:21:55 Modified: . Tag: Jetty_4_2 VERSION.TXT ant.properties Log: version Revision Changes Path No revision No revision 3.672.2.86 +2 -2 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.672.2.85 retrieving revision 3.672.2.86 diff -u -w -r3.672.2.85 -r3.672.2.86 --- VERSION.TXT 16 Jan 2005 00:08:17 -0000 3.672.2.85 +++ VERSION.TXT 16 Jan 2005 00:21:54 -0000 3.672.2.86 @@ -1,11 +1,11 @@ Jetty Versions -------------- -Jetty-5.1.2 +Jetty-5.1.2 - 16 January 2005 + Added id and ref support to XmlConfiguration + Cleaned up AbstractSessionManager synchronization. -Jetty-4.2.23 +Jetty-4.2.23 - 16 January 2005 + Cleaned up AbstractSessionManager synchronization. Jetty-5.1.2pre0 - 22 December 2004 3.7.2.23 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.7.2.22 retrieving revision 3.7.2.23 diff -u -w -r3.7.2.22 -r3.7.2.23 --- ant.properties 17 Dec 2004 02:41:18 -0000 3.7.2.22 +++ ant.properties 16 Jan 2005 00:21:54 -0000 3.7.2.23 @@ -1,7 +1,7 @@ VERSION.MAJOR=4 VERSION.MINOR=2 -VERSION.BUILD=23RC0 +VERSION.BUILD=23 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
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} |
From: Greg W. <gre...@us...> - 2005-03-02 16:13:34
|
User: gregwilkins Date: 05/03/02 08:13:27 Modified: . Tag: Jetty_4_2 VERSION.TXT ant.properties Log: log latency Revision Changes Path No revision No revision 3.672.2.91 +2 -2 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.672.2.90 retrieving revision 3.672.2.91 diff -u -w -r3.672.2.90 -r3.672.2.91 --- VERSION.TXT 2 Mar 2005 12:50:59 -0000 3.672.2.90 +++ VERSION.TXT 2 Mar 2005 16:13:25 -0000 3.672.2.91 @@ -12,11 +12,11 @@ + Added TagLibConfiguration to search for listeners in TLDs. + Added SslListener for 1.4 JSSE API. + Fixed moderate load preventing ThreadPool shrinking. - + Added logCookie support to NCSARequestLog + + Added logCookie and logLatency support to NCSARequestLog Jetty-4.2.24rc0 + Back ported Jetty 5 ThreadedServer and ThreadPool - + Added logCookie support to NCSARequestLog + + Added logCookie and logLatency support to NCSARequestLog Jetty-5.1.2 - 18 January 2005 + Added id and ref support to XmlConfiguration 3.7.2.26 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.7.2.25 retrieving revision 3.7.2.26 diff -u -w -r3.7.2.25 -r3.7.2.26 --- ant.properties 28 Feb 2005 10:58:22 -0000 3.7.2.25 +++ ant.properties 2 Mar 2005 16:13:26 -0000 3.7.2.26 @@ -1,7 +1,7 @@ VERSION.MAJOR=4 VERSION.MINOR=2 -VERSION.BUILD=24bf0 +VERSION.BUILD=24bf1 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2005-03-08 11:59:59
|
User: gregwilkins Date: 05/03/08 03:59:51 Modified: . VERSION.TXT ant.properties Log: log cookies optional Revision Changes Path 3.830 +4 -4 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.829 retrieving revision 3.830 diff -u -w -r3.829 -r3.830 --- VERSION.TXT 3 Mar 2005 18:24:25 -0000 3.829 +++ VERSION.TXT 8 Mar 2005 11:59:50 -0000 3.830 @@ -1,7 +1,7 @@ Jetty Versions -------------- -Jetty-5.1.3rc0 +Jetty-5.1.3rc0 - 8 March 2005 + Flush filter chain caches on servlet/filter change + Fixed rollover filename format bug + Fixed JSR154 error dispatch with explicit pass of type. @@ -12,12 +12,12 @@ + Added TagLibConfiguration to search for listeners in TLDs. + Added SslListener for 1.4 JSSE API. + Fixed moderate load preventing ThreadPool shrinking. - + Added logCookie support to NCSARequestLog + + Added logCookie and logLatency support to NCSARequestLog + Added new JAAS callback to allow extra login form fields in authentication -Jetty-4.2.24rc0 +Jetty-4.2.24rc0 - 8 March 2005 + Back ported Jetty 5 ThreadedServer and ThreadPool - + Added logCookie support to NCSARequestLog + + Added logCookie and logLatency support to NCSARequestLog Jetty-5.1.2 - 18 January 2005 + Added id and ref support to XmlConfiguration 3.38 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.37 retrieving revision 3.38 diff -u -w -r3.37 -r3.38 --- ant.properties 16 Jan 2005 00:06:49 -0000 3.37 +++ ant.properties 8 Mar 2005 11:59:51 -0000 3.38 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=2 +VERSION.BUILD=3rc0 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2005-03-08 20:47:42
|
User: gregwilkins Date: 05/03/08 12:47:34 Modified: . Tag: Jetty_4_2 VERSION.TXT ant.properties Log: version Revision Changes Path No revision No revision 3.672.2.92 +3 -2 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.672.2.91 retrieving revision 3.672.2.92 diff -u -w -r3.672.2.91 -r3.672.2.92 --- VERSION.TXT 2 Mar 2005 16:13:25 -0000 3.672.2.91 +++ VERSION.TXT 8 Mar 2005 20:47:31 -0000 3.672.2.92 @@ -1,7 +1,7 @@ Jetty Versions -------------- -Jetty-5.1.3rc0 +Jetty-5.1.3rc0 - 8 March 2005 + Flush filter chain caches on servlet/filter change + Fixed rollover filename format bug + Fixed JSR154 error dispatch with explicit pass of type. @@ -13,8 +13,9 @@ + Added SslListener for 1.4 JSSE API. + Fixed moderate load preventing ThreadPool shrinking. + Added logCookie and logLatency support to NCSARequestLog + + Added new JAAS callback to allow extra login form fields in authentication -Jetty-4.2.24rc0 +Jetty-4.2.24rc0 - 8 March 2005 + Back ported Jetty 5 ThreadedServer and ThreadPool + Added logCookie and logLatency support to NCSARequestLog 3.7.2.27 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.7.2.26 retrieving revision 3.7.2.27 diff -u -w -r3.7.2.26 -r3.7.2.27 --- ant.properties 2 Mar 2005 16:13:26 -0000 3.7.2.26 +++ ant.properties 8 Mar 2005 20:47:32 -0000 3.7.2.27 @@ -1,7 +1,7 @@ VERSION.MAJOR=4 VERSION.MINOR=2 -VERSION.BUILD=24bf1 +VERSION.BUILD=24rc0 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2005-03-10 21:36:34
|
User: gregwilkins Date: 05/03/10 13:36:25 Modified: . VERSION.TXT ant.properties Log: fixed type Revision Changes Path 3.831 +3 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.830 retrieving revision 3.831 diff -u -w -r3.830 -r3.831 --- VERSION.TXT 8 Mar 2005 11:59:50 -0000 3.830 +++ VERSION.TXT 10 Mar 2005 21:36:24 -0000 3.831 @@ -1,6 +1,9 @@ Jetty Versions -------------- +Jetty-5.1.3rc1 - 10 March 2005 + + Fixed typo in context-param handling. + Jetty-5.1.3rc0 - 8 March 2005 + Flush filter chain caches on servlet/filter change + Fixed rollover filename format bug 3.39 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.38 retrieving revision 3.39 diff -u -w -r3.38 -r3.39 --- ant.properties 8 Mar 2005 11:59:51 -0000 3.38 +++ ant.properties 10 Mar 2005 21:36:25 -0000 3.39 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=3rc0 +VERSION.BUILD=3rc1 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2005-03-15 10:03:09
|
User: gregwilkins Date: 05/03/15 02:02:51 Modified: . VERSION.TXT ant.properties Log: Fixed my stupid refactoring mistake Revision Changes Path 3.836 +3 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.835 retrieving revision 3.836 diff -u -w -r3.835 -r3.836 --- VERSION.TXT 13 Mar 2005 20:59:34 -0000 3.835 +++ VERSION.TXT 15 Mar 2005 10:02:50 -0000 3.836 @@ -1,6 +1,9 @@ Jetty Versions -------------- +Jetty-5.1.3rc2 - 15 March 2005 + + Fixed context to _context refactory error + Jetty-5.1.3rc1 - 13 March 2005 + Fixed typo in context-param handling. + update to demo site look and feel. 3.40 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.39 retrieving revision 3.40 diff -u -w -r3.39 -r3.40 --- ant.properties 10 Mar 2005 21:36:25 -0000 3.39 +++ ant.properties 15 Mar 2005 10:02:50 -0000 3.40 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=3rc1 +VERSION.BUILD=3rc2 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Jan B. <ja...@us...> - 2005-03-21 13:30:09
|
User: janb Date: 05/03/21 05:30:02 Modified: . VERSION.TXT ant.properties Log: Fixed "no getter or setter" errors; updated carol properties; turned off accidental DEBUG level for JettyPlus jndi Revision Changes Path 3.838 +5 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.837 retrieving revision 3.838 diff -u -w -r3.837 -r3.838 --- VERSION.TXT 16 Mar 2005 08:37:36 -0000 3.837 +++ VERSION.TXT 21 Mar 2005 13:30:01 -0000 3.838 @@ -1,6 +1,11 @@ Jetty Versions -------------- +Jetty-5.1.3rc3 + + removed accidental enablement of DEBUG for JettyPlus jndi in log4j.properties + + fixed "No getter or setter found" mbean errors + + Jetty-5.1.3rc2 - 16 March 2005 + Updated JSR154Filter for ERROR dispatch + Fixed context to _context refactory error 3.41 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.40 retrieving revision 3.41 diff -u -w -r3.40 -r3.41 --- ant.properties 15 Mar 2005 10:02:50 -0000 3.40 +++ ant.properties 21 Mar 2005 13:30:02 -0000 3.41 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=3rc2 +VERSION.BUILD=3rc3 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2005-03-29 11:38:44
|
User: gregwilkins Date: 05/03/29 03:38:36 Modified: . VERSION.TXT ant.properties Log: version Revision Changes Path 3.842 +2 -1 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.841 retrieving revision 3.842 diff -u -w -r3.841 -r3.842 --- VERSION.TXT 29 Mar 2005 11:36:22 -0000 3.841 +++ VERSION.TXT 29 Mar 2005 11:38:36 -0000 3.842 @@ -1,12 +1,13 @@ Jetty Versions -------------- +Jetty-5.1.3rc3 + Moved servlet request wrapping to enterContextScope for geronimo security + refixed / mapping for filters + Allow XmlConfiguration to start with no object. + updated to mx4j 3.0.1 -Jetty-5.1.3rc3 +Jetty-5.1.3rc3 - 20 March 2005 + removed accidental enablement of DEBUG for JettyPlus jndi in log4j.properties + fixed "No getter or setter found" mbean errors 3.42 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.41 retrieving revision 3.42 diff -u -w -r3.41 -r3.42 --- ant.properties 21 Mar 2005 13:30:02 -0000 3.41 +++ ant.properties 29 Mar 2005 11:38:36 -0000 3.42 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=3rc3 +VERSION.BUILD=3rc4 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2005-04-01 20:25:35
|
User: gregwilkins Date: 05/04/01 12:25:28 Modified: . VERSION.TXT ant.properties Log: release Revision Changes Path 3.846 +2 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.845 retrieving revision 3.846 diff -u -w -r3.845 -r3.846 --- VERSION.TXT 31 Mar 2005 16:22:51 -0000 3.845 +++ VERSION.TXT 1 Apr 2005 20:25:26 -0000 3.846 @@ -1,6 +1,8 @@ Jetty Versions -------------- +Jetty-5.1.3 - 1 April 2005 + Jetty-5.1.3rc4 - 31 March 2005 + Moved servlet request wrapping to enterContextScope for geronimo security + refixed / mapping for filters 3.43 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.42 retrieving revision 3.43 diff -u -w -r3.42 -r3.43 --- ant.properties 29 Mar 2005 11:38:36 -0000 3.42 +++ ant.properties 1 Apr 2005 20:25:27 -0000 3.43 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=3rc4 +VERSION.BUILD=3 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2005-04-14 07:48:31
|
User: gregwilkins Date: 05/04/14 00:48:22 Modified: . Tag: Jetty_4_2 VERSION.TXT ant.properties Log: release Revision Changes Path No revision No revision 3.672.2.93 +30 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.672.2.92 retrieving revision 3.672.2.93 diff -u -w -r3.672.2.92 -r3.672.2.93 --- VERSION.TXT 8 Mar 2005 20:47:31 -0000 3.672.2.92 +++ VERSION.TXT 14 Apr 2005 07:48:21 -0000 3.672.2.93 @@ -1,6 +1,36 @@ Jetty Versions -------------- +Jetty-5.1.3 - 7 April 2005 + + Some minor code janitorial services + +Jetty-4.2.24 - 7 April 2005 + +Jetty-5.1.3rc4 - 31 March 2005 + + Moved servlet request wrapping to enterContextScope for geronimo security + + refixed / mapping for filters + + Allow XmlConfiguration to start with no object. + + updated to mx4j 3.0.1 + + rework InitialContextFactory to use static 'default' namespace + + make java:comp/env immutable for webapps as per J2EE spec + +Jetty-5.1.3rc3 - 20 March 2005 + + removed accidental enablement of DEBUG for JettyPlus jndi in log4j.properties + + fixed "No getter or setter found" mbean errors + +Jetty-5.1.3rc2 - 16 March 2005 + + Updated JSR154Filter for ERROR dispatch + + Fixed context to _context refactory error + +Jetty-5.1.3rc1 - 13 March 2005 + + Fixed typo in context-param handling. + + update to demo site look and feel. + + Fixed principal naming in FormAuthenticator + + JettyPlus updated to JOTM 2.0.5, XAPool 1.4.2 + +Jetty-4.2.24rc1 + + Fixed principal naming in FormAuthenticator + Jetty-5.1.3rc0 - 8 March 2005 + Flush filter chain caches on servlet/filter change + Fixed rollover filename format bug 3.7.2.28 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.7.2.27 retrieving revision 3.7.2.28 diff -u -w -r3.7.2.27 -r3.7.2.28 --- ant.properties 8 Mar 2005 20:47:32 -0000 3.7.2.27 +++ ant.properties 14 Apr 2005 07:48:22 -0000 3.7.2.28 @@ -1,7 +1,7 @@ VERSION.MAJOR=4 VERSION.MINOR=2 -VERSION.BUILD=24rc0 +VERSION.BUILD=24 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2005-08-14 14:02:58
|
User: gregwilkins Date: 05/08/14 07:02:53 Modified: . VERSION.TXT ant.properties Log: version Revision Changes Path 3.867 +1 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.866 retrieving revision 3.867 diff -u -w -r3.866 -r3.867 --- VERSION.TXT 13 Aug 2005 08:49:59 -0000 3.866 +++ VERSION.TXT 14 Aug 2005 14:02:53 -0000 3.867 @@ -1,6 +1,7 @@ Jetty Versions -------------- +Jetty-5.1.5rc0 - 15 August 2005 + Fixed component remove memory leak for stop/start cycles + Facade over commons LogFactory so that discovery may be avoided. + Applied ciphersuite patch from tonyj 3.46 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.45 retrieving revision 3.46 diff -u -w -r3.45 -r3.46 --- ant.properties 6 Jun 2005 06:12:09 -0000 3.45 +++ ant.properties 14 Aug 2005 14:02:53 -0000 3.46 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=4 +VERSION.BUILD=5rc0 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2005-08-23 20:02:32
|
User: gregwilkins Date: 05/08/23 13:02:26 Modified: . VERSION.TXT ant.properties Log: continue fix from tony seebregts Revision Changes Path 3.869 +5 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.868 retrieving revision 3.869 diff -u -w -r3.868 -r3.869 --- VERSION.TXT 16 Aug 2005 06:37:38 -0000 3.868 +++ VERSION.TXT 23 Aug 2005 20:02:25 -0000 3.869 @@ -1,6 +1,11 @@ Jetty Versions -------------- +Jetty-5.1.5rc1 - 23 August 2005 + + upgraded to commons logging 1.0.4 + + Release commons logging factories when stopping context. + + Fixed illegal state with chunks and 100 continue - Tony Seebregts + Jetty-5.1.5rc0 - 16 August 2005 + Fixed component remove memory leak for stop/start cycles + Facade over commons LogFactory so that discovery may be avoided. 3.47 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.46 retrieving revision 3.47 diff -u -w -r3.46 -r3.47 --- ant.properties 14 Aug 2005 14:02:53 -0000 3.46 +++ ant.properties 23 Aug 2005 20:02:25 -0000 3.47 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=5rc0 +VERSION.BUILD=5rc1 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2005-10-06 13:47:26
|
User: gregwilkins Date: 05/10/06 06:47:13 Modified: . VERSION.TXT ant.properties Log: release Revision Changes Path 3.879 +2 -1 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.878 retrieving revision 3.879 diff -u -w -r3.878 -r3.879 --- VERSION.TXT 6 Oct 2005 09:29:44 -0000 3.878 +++ VERSION.TXT 6 Oct 2005 13:47:13 -0000 3.879 @@ -1,11 +1,12 @@ Jetty Versions -------------- +Jetty-5.1.5rc2 - 6 October 2005 + + Reverted dispatcher params to RI rather than spec behaviour. + ProxyHandler can handle chained proxies + unsynchronized ContextLoader + ReFixed merge of Dispatcher params + public ServerMBean constructor - + Implemented RI Dispatcher parameters rather than spec + UTF-8 encoding for URLs Jetty-5.1.5rc1 - 23 August 2005 3.48 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.47 retrieving revision 3.48 diff -u -w -r3.47 -r3.48 --- ant.properties 23 Aug 2005 20:02:25 -0000 3.47 +++ ant.properties 6 Oct 2005 13:47:13 -0000 3.48 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=5rc1 +VERSION.BUILD=5rc2 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2005-11-03 18:22:05
|
User: gregwilkins Date: 05/11/03 10:21:59 Modified: . VERSION.TXT ant.properties Log: version Revision Changes Path 3.883 +2 -1 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.882 retrieving revision 3.883 diff -u -w -r3.882 -r3.883 --- VERSION.TXT 21 Oct 2005 13:52:11 -0000 3.882 +++ VERSION.TXT 3 Nov 2005 18:21:58 -0000 3.883 @@ -1,8 +1,9 @@ Jetty Versions -------------- -Jetty-5.1.5 +Jetty-5.1.5 - 3 November 2005 + Improved shutdown hook + + Improved URL Decoding Jetty-5.1.5rc2 - 7 October 2005 + Reverted dispatcher params to RI rather than spec behaviour. 3.49 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.48 retrieving revision 3.49 diff -u -w -r3.48 -r3.49 --- ant.properties 6 Oct 2005 13:47:13 -0000 3.48 +++ ant.properties 3 Nov 2005 18:21:58 -0000 3.49 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=5rc2 +VERSION.BUILD=5rc3 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |