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

2008-06-27 Thread billbarker
Author: billbarker Date: Fri Jun 27 19:28:24 2008 New Revision: 672455 URL: http://svn.apache.org/viewvc?rev=672455&view=rev Log: Propose patch for BZ 36155 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: r672454 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpMessage.java

2008-06-27 Thread billbarker
Author: billbarker Date: Fri Jun 27 19:11:48 2008 New Revision: 672454 URL: http://svn.apache.org/viewvc?rev=672454&view=rev Log: port fix for BZ 36155 from the JK Connector Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpMessage.java Modified: tomcat/trunk/java/org/apache/coyote/ajp/Aj

DO NOT REPLY [Bug 45301] Tomcat 4.1.37 crashes with JDK 1.3

2008-06-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45301 --- Comment #2 from Willian Charles <[EMAIL PROTECTED]> 2008-06-27 16:46:25 PST --- Created an attachment (id=22194) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22194) Debug activity on Tomcat -- Configure bugmail: ht

DO NOT REPLY [Bug 45301] Tomcat 4.1.37 crashes with JDK 1.3

2008-06-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45301 Willian Charles <[EMAIL PROTECTED]> changed: What|Removed |Added Attachment #22192|0 |1 is

DO NOT REPLY [Bug 45301] New: Tomcat 4.1.37 crashes with JDK 1.3

2008-06-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45301 Summary: Tomcat 4.1.37 crashes with JDK 1.3 Product: Tomcat 4 Version: 4.1.37 Platform: PC OS/Version: Windows XP Status: NEW Severity: critical Priority: P2

DO NOT REPLY [Bug 45294] jsp request.getParameter() returns null if page directive sets contentType to application/ x-java-jnlp-file

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

DO NOT REPLY [Bug 45155] Authentication with windows XP Mini-redirector

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

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

2008-06-27 Thread markt
Author: markt Date: Fri Jun 27 14:50:47 2008 New Revision: 672400 URL: http://svn.apache.org/viewvc?rev=672400&view=rev Log: Propose fix for 45277 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/STATU

svn commit: r672399 - /tomcat/trunk/webapps/docs/logging.xml

2008-06-27 Thread markt
Author: markt Date: Fri Jun 27 14:48:41 2008 New Revision: 672399 URL: http://svn.apache.org/viewvc?rev=672399&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45277 Correct typo Modified: tomcat/trunk/webapps/docs/logging.xml Modified: tomcat/trunk/webapps/docs/logging.x

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

2008-06-27 Thread markt
Author: markt Date: Fri Jun 27 14:46:28 2008 New Revision: 672398 URL: http://svn.apache.org/viewvc?rev=672398&view=rev Log: Propose another fix for 43683 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/tru

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-06-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 --- Comment #22 from Mark Thomas <[EMAIL PROTECTED]> 2008-06-27 14:45:55 PST --- I have committed a fix for test case 3 to trunk, It isn't perfect but it should be enough to fix the issue you are seeing. For the record, I could only ge

svn commit: r672397 - /tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java

2008-06-27 Thread markt
Author: markt Date: Fri Jun 27 14:39:27 2008 New Revision: 672397 URL: http://svn.apache.org/viewvc?rev=672397&view=rev Log: Fix for part 3 of https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 This isn't perfect but it narrows the window for the race condition significantly. A perfect fix

DO NOT REPLY [Bug 45283] Allow multiple authenticators to be added to pipeline

2008-06-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45283 --- Comment #6 from Seetharama Durbha <[EMAIL PROTECTED]> 2008-06-27 13:37:38 PST --- (In reply to comment #4) It is possible that Realm chaining can address the requirement - however, I feel that the current authenticate methods in th

DO NOT REPLY [Bug 45283] Allow multiple authenticators to be added to pipeline

2008-06-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45283 Seetharama Durbha <[EMAIL PROTECTED]> changed: What|Removed |Added Status|RESOLVED|REOPENED

Client certificate using tomcat native

2008-06-27 Thread Brian Hawkins
I've finally been able to get the client certificate while using tomcat native for my SSL connections. This is using Tomcat 5.5.25. Here is what doesn't work: Calling request.getAttribute("javax.servlet.request.X509Certificate") is supposed to return the client certificate chain. This attribute

DO NOT REPLY [Bug 45294] New: jsp request.getParameter() returns null if page directive sets contentType to application/ x-java-jnlp-file

2008-06-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45294 Summary: jsp request.getParameter() returns null if page directive sets contentType to application/x-java-jnlp- file Product: Tomcat 6 Version: 6.0.16 Platfor

DO NOT REPLY [Bug 45283] Allow multiple authenticators to be added to pipeline

2008-06-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45283 Dr. Albrecht Weinert <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL P