From: Greg W. <gre...@us...> - 2005-11-10 21:57:54
|
User: gregwilkins Date: 05/11/10 13:57:49 Modified: . VERSION.TXT ant.properties Log: version Revision Changes Path 3.884 +1 -1 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.883 retrieving revision 3.884 diff -u -w -r3.883 -r3.884 --- VERSION.TXT 3 Nov 2005 18:21:58 -0000 3.883 +++ VERSION.TXT 10 Nov 2005 21:57:49 -0000 3.884 @@ -1,7 +1,7 @@ Jetty Versions -------------- -Jetty-5.1.5 - 3 November 2005 +Jetty-5.1.5 - 10 November 2005 + Improved shutdown hook + Improved URL Decoding 3.50 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.49 retrieving revision 3.50 diff -u -w -r3.49 -r3.50 --- ant.properties 3 Nov 2005 18:21:58 -0000 3.49 +++ ant.properties 10 Nov 2005 21:57:49 -0000 3.50 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=5rc3 +VERSION.BUILD=5 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2005-11-18 17:54:13
|
User: gregwilkins Date: 05/11/18 09:54:04 Modified: . VERSION.TXT ant.properties Log: fix 5c JSP visibility issue. improve jetty-web.xml access to classes Revision Changes Path 3.885 +4 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.884 retrieving revision 3.885 diff -u -w -r3.884 -r3.885 --- VERSION.TXT 10 Nov 2005 21:57:49 -0000 3.884 +++ VERSION.TXT 18 Nov 2005 17:54:04 -0000 3.885 @@ -1,6 +1,10 @@ Jetty Versions -------------- +Jetty-5.1.6 - 18 November 2005 + + Fixed JSP visibility security issue. + + Improved jetty-web.xml access to org.mortbay classes. + Jetty-5.1.5 - 10 November 2005 + Improved shutdown hook + Improved URL Decoding 3.51 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.50 retrieving revision 3.51 diff -u -w -r3.50 -r3.51 --- ant.properties 10 Nov 2005 21:57:49 -0000 3.50 +++ ant.properties 18 Nov 2005 17:54:04 -0000 3.51 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=5 +VERSION.BUILD=6 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2005-12-06 00:51:50
|
User: gregwilkins Date: 05/12/05 16:51:39 Modified: . VERSION.TXT ant.properties Log: char enc of uris Revision Changes Path 3.890 +3 -1 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.889 retrieving revision 3.890 diff -u -w -r3.889 -r3.890 --- VERSION.TXT 5 Dec 2005 08:56:48 -0000 3.889 +++ VERSION.TXT 6 Dec 2005 00:51:39 -0000 3.890 @@ -5,7 +5,7 @@ + See http://jetty.mortbay.org/jetty6 for 6.0 releases -Jetty-5.1.7 +Jetty-5.1.7rc0 + improved server stats + char encoding for MultiPartRequest + fixed merging of POST params in dispatch query string. @@ -13,6 +13,8 @@ + Updated to 2.6.2 xerces + JSP file servlet mappings copy JspServlet init params. + Prefix servlet context logs with org.mortbay.jetty.context + + better support for URI character encodings + + use commons logging jar instead of api jar. Jetty-5.1.6 - 18 November 2005 + Fixed JSP visibility security issue. 3.52 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.51 retrieving revision 3.52 diff -u -w -r3.51 -r3.52 --- ant.properties 18 Nov 2005 17:54:04 -0000 3.51 +++ ant.properties 6 Dec 2005 00:51:39 -0000 3.52 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=6 +VERSION.BUILD=7rc0 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2005-12-06 22:12:10
|
User: gregwilkins Date: 05/12/06 14:12:03 Modified: . VERSION.TXT ant.properties Log: release Revision Changes Path 3.891 +2 -1 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.890 retrieving revision 3.891 diff -u -w -r3.890 -r3.891 --- VERSION.TXT 6 Dec 2005 00:51:39 -0000 3.890 +++ VERSION.TXT 6 Dec 2005 22:12:03 -0000 3.891 @@ -5,7 +5,8 @@ + See http://jetty.mortbay.org/jetty6 for 6.0 releases -Jetty-5.1.7rc0 +Jetty-5.1.7 - 7 December 2005 +Jetty-5.1.7rc0 - 6 December 2005 + improved server stats + char encoding for MultiPartRequest + fixed merging of POST params in dispatch query string. 3.53 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.52 retrieving revision 3.53 diff -u -w -r3.52 -r3.53 --- ant.properties 6 Dec 2005 00:51:39 -0000 3.52 +++ ant.properties 6 Dec 2005 22:12:03 -0000 3.53 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=7rc0 +VERSION.BUILD=7 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2005-12-07 00:55:23
|
User: gregwilkins Date: 05/12/06 16:55:16 Modified: . VERSION.TXT ant.properties Log: space in URL Revision Changes Path 3.892 +2 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.891 retrieving revision 3.892 diff -u -w -r3.891 -r3.892 --- VERSION.TXT 6 Dec 2005 22:12:03 -0000 3.891 +++ VERSION.TXT 7 Dec 2005 00:55:16 -0000 3.892 @@ -4,6 +4,8 @@ Jetty-6.0.0betaX - + See http://jetty.mortbay.org/jetty6 for 6.0 releases +Jetty-5.1.8 - 7 December 2005 + + Fixed space in URL issued created in 5.1.6 Jetty-5.1.7 - 7 December 2005 Jetty-5.1.7rc0 - 6 December 2005 3.54 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.53 retrieving revision 3.54 diff -u -w -r3.53 -r3.54 --- ant.properties 6 Dec 2005 22:12:03 -0000 3.53 +++ ant.properties 7 Dec 2005 00:55:16 -0000 3.54 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=7 +VERSION.BUILD=8 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2006-01-05 12:10:29
|
User: gregwilkins Date: 06/01/05 04:10:21 Modified: . VERSION.TXT ant.properties Log: release Revision Changes Path 3.898 +2 -2 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.897 retrieving revision 3.898 diff -u -w -r3.897 -r3.898 --- VERSION.TXT 4 Jan 2006 13:55:31 -0000 3.897 +++ VERSION.TXT 5 Jan 2006 12:10:19 -0000 3.898 @@ -1,11 +1,11 @@ Jetty Versions ============== - +Jetty-5.1.10 - 5 January 2005 + + Fixed path aliasing with // on windows. + Fix for AJP13 with multiple headers + Fix for AJP13 with encoded path + Put POST content default back to iso_8859_1. GET is UTF-8 still - + Fixed path aliasing with // on windows. Jetty-5.1.9 - 7 December 2005 + Fixed wantClientAuth(false) overriding netClientAuth(true) 3.56 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.55 retrieving revision 3.56 diff -u -w -r3.55 -r3.56 --- ant.properties 7 Dec 2005 23:12:54 -0000 3.55 +++ ant.properties 5 Jan 2006 12:10:19 -0000 3.56 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=9 +VERSION.BUILD=10 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2006-01-05 12:11:22
|
User: gregwilkins Date: 06/01/05 04:11:16 Modified: . Tag: Jetty_4_2 VERSION.TXT ant.properties Log: fixed aliasing problem with // Revision Changes Path No revision No revision 3.672.2.94 +3 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.672.2.93 retrieving revision 3.672.2.94 diff -u -w -r3.672.2.93 -r3.672.2.94 --- VERSION.TXT 14 Apr 2005 07:48:21 -0000 3.672.2.93 +++ VERSION.TXT 5 Jan 2006 12:11:16 -0000 3.672.2.94 @@ -1,6 +1,9 @@ Jetty Versions -------------- +Jetty-4.2.25 - 4 Jan 2006 + + Fixed aliasing of // for win32 + Jetty-5.1.3 - 7 April 2005 + Some minor code janitorial services 3.7.2.29 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.7.2.28 retrieving revision 3.7.2.29 diff -u -w -r3.7.2.28 -r3.7.2.29 --- ant.properties 14 Apr 2005 07:48:22 -0000 3.7.2.28 +++ ant.properties 5 Jan 2006 12:11:16 -0000 3.7.2.29 @@ -1,7 +1,7 @@ VERSION.MAJOR=4 VERSION.MINOR=2 -VERSION.BUILD=24 +VERSION.BUILD=25 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2006-02-28 12:45:14
|
User: gregwilkins Date: 06/02/28 04:45:01 Modified: . VERSION.TXT ant.properties Log: desirable Revision Changes Path 3.902 +1 -0 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.901 retrieving revision 3.902 diff -u -w -r3.901 -r3.902 --- VERSION.TXT 27 Feb 2006 13:03:49 -0000 3.901 +++ VERSION.TXT 28 Feb 2006 12:44:59 -0000 3.902 @@ -2,6 +2,7 @@ ============== + force close with shutdownOutput for win32 + + NPE protection if desirable client certificates Jetty-5.1.10 - 5 January 2005 + Fixed path aliasing with // on windows. 3.58 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.57 retrieving revision 3.58 diff -u -w -r3.57 -r3.58 --- ant.properties 27 Feb 2006 13:03:50 -0000 3.57 +++ ant.properties 28 Feb 2006 12:45:01 -0000 3.58 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=10 +VERSION.BUILD=10-060228 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2006-04-05 14:46:33
|
User: gregwilkins Date: 06/04/05 07:46:32 Modified: . VERSION.TXT ant.properties Log: version Revision Changes Path 3.908 +2 -1 Jetty/VERSION.TXT Index: VERSION.TXT =================================================================== RCS file: /cvsroot/jetty/Jetty/VERSION.TXT,v retrieving revision 3.907 retrieving revision 3.908 diff -u -w -r3.907 -r3.908 --- VERSION.TXT 5 Apr 2006 12:59:13 -0000 3.907 +++ VERSION.TXT 5 Apr 2006 14:46:30 -0000 3.908 @@ -1,6 +1,7 @@ Jetty Versions ============== +Jetty-5.1.11RC0 - 5 April 2006 + stop JDBCUserRealm forcing all credentials to be String + force close with shutdownOutput for win32 + NPE protection if desirable client certificates @@ -9,7 +10,7 @@ + Fixed AJP handling of ;jsessionid. + improved contentType param handling -Jetty-5.1.10 - 5 January 2005 +Jetty-5.1.10 - 5 January 2006 + Fixed path aliasing with // on windows. + Fix for AJP13 with multiple headers + Fix for AJP13 with encoded path 3.59 +1 -1 Jetty/ant.properties Index: ant.properties =================================================================== RCS file: /cvsroot/jetty/Jetty/ant.properties,v retrieving revision 3.58 retrieving revision 3.59 diff -u -w -r3.58 -r3.59 --- ant.properties 28 Feb 2006 12:45:01 -0000 3.58 +++ ant.properties 5 Apr 2006 14:46:30 -0000 3.59 @@ -1,7 +1,7 @@ VERSION.MAJOR=5 VERSION.MINOR=1 -VERSION.BUILD=10-060228 +VERSION.BUILD=11RC0 RELEASE.MAJOR=${VERSION.MAJOR}.${VERSION.MINOR} RELEASE.MAJOR.MINOR=${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.BUILD} |
From: Greg W. <gre...@us...> - 2006-10-08 15:32:28
|
User: gregwilkins Date: 06/10/08 08:32:27 |
From: Greg W. <gre...@us...> - 2006-10-08 15:32:28
|
User: gregwilkins Date: 06/10/08 08:32:27 Modified: . Tag: Jetty_4_2_23_B VERSION.TXT ant.properties Log: version Revision Changes Path |
From: Greg W. <gre...@us...> - 2006-10-08 15:32:28
|
User: gregwilkins Date: 06/10/08 08:32:27 |
From: Greg W. <gre...@us...> - 2006-10-08 15:32:28
|
User: gregwilkins Date: 06/10/08 08:32:27 |
From: Greg W. <gre...@us...> - 2006-10-08 15:32:28
|
User: gregwilkins Date: 06/10/08 08:32:27 |
From: Greg W. <gre...@us...> - 2006-10-08 15:32:28
|
User: gregwilkins Date: 06/10/08 08:32:27 |
From: Greg W. <gre...@us...> - 2006-10-08 15:32:29
|
User: gregwilkins Date: 06/10/08 08:32:28 |
From: Greg W. <gre...@us...> - 2006-10-08 15:32:29
|
User: gregwilkins Date: 06/10/08 08:32:28 |
From: Greg W. <gre...@us...> - 2006-10-08 15:32:29
|
User: gregwilkins Date: 06/10/08 08:32:28 |
From: Greg W. <gre...@us...> - 2006-10-08 15:32:29
|
User: gregwilkins Date: 06/10/08 08:32:28 |
From: Greg W. <gre...@us...> - 2006-10-08 15:32:29
|
User: gregwilkins Date: 06/10/08 08:32:28 |
From: Greg W. <gre...@us...> - 2006-10-08 15:32:29
|
User: gregwilkins Date: 06/10/08 08:32:28 |
From: Greg W. <gre...@us...> - 2006-10-08 15:32:29
|
User: gregwilkins Date: 06/10/08 08:32:28 |
From: Greg W. <gre...@us...> - 2006-10-08 15:32:29
|
User: gregwilkins Date: 06/10/08 08:32:28 |
From: Greg W. <gre...@us...> - 2006-10-08 15:32:32
|
User: gregwilkins Date: 06/10/08 08:32:28 |
From: Greg W. <gre...@us...> - 2006-10-08 15:32:32
|
User: gregwilkins Date: 06/10/08 08:32:28 |