svn commit: r658132 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-05-20 Thread markt
Author: markt Date: Tue May 20 00:34:01 2008 New Revision: 658132 URL: http://svn.apache.org/viewvc?rev=658132&view=rev Log: Add some comments to Remy's -1s Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/t

svn commit: r658139 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2008-05-20 Thread markt
Author: markt Date: Tue May 20 00:45:42 2008 New Revision: 658139 URL: http://svn.apache.org/viewvc?rev=658139&view=rev Log: Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=44282 Make TRACE level logging work with a security manager. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/

DO NOT REPLY [Bug 44282] WebappClassLoader. findClass calls getClassLoader without privileges

2008-05-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44282 --- Comment #2 from Mark Thomas <[EMAIL PROTECTED]> 2008-05-20 00:45:52 PST --- This has been fixed in 6.0.x and will be included in 6.0.17 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ---

svn commit: r658143 - in /tomcat/tc6.0.x/trunk: STATUS.txt res/tomcat.nsi webapps/docs/changelog.xml

2008-05-20 Thread markt
Author: markt Date: Tue May 20 00:50:46 2008 New Revision: 658143 URL: http://svn.apache.org/viewvc?rev=658143&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44955 Use correct location for endorsed dir Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/re

DO NOT REPLY [Bug 44955] Winodws Service endorsed directory

2008-05-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44955 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

Re: svn commit: r658132 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-05-20 Thread Remy Maucherat
On Tue, 2008-05-20 at 07:34 +, [EMAIL PROTECTED] wrote: > Author: markt > Date: Tue May 20 00:34:01 2008 > New Revision: 658132 > > URL: http://svn.apache.org/viewvc?rev=658132&view=rev > Log: > Add some comments to Remy's -1s >-1: remm (I think it is a good patch, but it throws an error f

DO NOT REPLY [Bug 45026] Custom HTTP-Error codes get remapped to 500er codes

2008-05-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45026 --- Comment #5 from Rainer Jung <[EMAIL PROTECTED]> 2008-05-20 06:01:31 PST --- That helped a lot. Indeed it seems httpd 2.x forces a status line to contain a non empty reason phrase, although RFC 2616 seems to allow empty ones. I poste

DO NOT REPLY [Bug 45026] Custom HTTP-Error codes get remapped to 500er codes

2008-05-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45026 --- Comment #6 from Rainer Jung <[EMAIL PROTECTED]> 2008-05-20 07:24:30 PST --- See: http://marc.info/?t=12112883072&r=1&w=2 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receivi

svn commit: r658292 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-05-20 Thread remm
Author: remm Date: Tue May 20 08:50:05 2008 New Revision: 658292 URL: http://svn.apache.org/viewvc?rev=658292&view=rev Log: - Votes. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=6582

svn commit: r658466 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/jasper/compiler/Validator.java

2008-05-20 Thread markt
Author: markt Date: Tue May 20 15:33:19 2008 New Revision: 658466 URL: http://svn.apache.org/viewvc?rev=658466&view=rev Log: Fix NPE in patch for bug 44986 Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Validator.java Modified: tomcat/tc6.0

svn commit: r658470 [1/2] - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/el/parser/ webapps/docs/

2008-05-20 Thread markt
Author: markt Date: Tue May 20 15:39:42 2008 New Revision: 658470 URL: http://svn.apache.org/viewvc?rev=658470&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44994 Correct BNF grammar so ${0 lt a ? 1 lt a ? "many": "one": "none"} works Note patch is larger than strictly neces

DO NOT REPLY [Bug 44994] JSP EL condition expression fails when nested: ${a ? b ? x: y: z}

2008-05-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44994 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 43094] Allowing non-file based keystore and other providers

2008-05-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43094 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|ASSIGNED|RESOLVED

svn commit: r658474 - in /tomcat/tc6.0.x/trunk: java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java webapps/docs/changelog.xml webapps/docs/config/http.xml

2008-05-20 Thread markt
Author: markt Date: Tue May 20 15:54:32 2008 New Revision: 658474 URL: http://svn.apache.org/viewvc?rev=658474&view=rev Log: Fix remainder of https://issues.apache.org/bugzilla/show_bug.cgi?id=43094 Provide options for selecting keystore providers Modified: tomcat/tc6.0.x/trunk/java/org/apac

svn commit: r658475 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-05-20 Thread markt
Author: markt Date: Tue May 20 15:55:00 2008 New Revision: 658475 URL: http://svn.apache.org/viewvc?rev=658475&view=rev Log: Status update Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?re

Potential problem with COMET & sendfile

2008-05-20 Thread Alex Barclay
Hi all I'm investigating a potential problem that I'm having with tomcat 6.0.x (head of the svn tree). I have written a fileserver servlet. This servlet works mostly fine with the NIO connector, except for problems with Sun's DirectBuffer implementation but that's another story. The issue

Re: svn commit: r658470 [2/2] - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/el/parser/ webapps/docs/

2008-05-20 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: is this really the diff? Yep. The joys of using code generation tools. basically impossible to tell what changed The bits that matter are: Modified: tomcat/tc6.0.x/trunk/java/org/apache/el/parser/ELParser.jjt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/tr

Re: svn commit: r658292 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-05-20 Thread Mark Thomas
[EMAIL PROTECTED] wrote: * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42747 Use any META-INF/context.xml in a consistent manner and ensure it is used on @@ -95,4 +92,6 @@ -1: remm (would need convincing that this is really well tested, otherwise delay to next release) m

Re: svn commit: r658132 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-05-20 Thread Mark Thomas
Remy Maucherat wrote: On Tue, 2008-05-20 at 07:34 +, [EMAIL PROTECTED] wrote: Author: markt Date: Tue May 20 00:34:01 2008 New Revision: 658132 URL: http://svn.apache.org/viewvc?rev=658132&view=rev Log: Add some comments to Remy's -1s -1: remm (I think it is a good patch, but it throws a

DO NOT REPLY [Bug 37822] WebappClassLoader interfering with Catalina core classes

2008-05-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37822 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|REOPENED|RESOLVED