DO NOT REPLY [Bug 41407] CLIENT-CERT Authentication with JAASRealm not working

2008-09-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41407 --- Comment #3 from Mark Thomas [EMAIL PROTECTED] 2008-09-06 13:02:03 PST --- This has been committed for 6.0.x and will be in 6.0.19 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ---

svn commit: r692721 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java webapps/docs/changelog.xml

2008-09-06 Thread markt
Author: markt Date: Sat Sep 6 13:06:21 2008 New Revision: 692721 URL: http://svn.apache.org/viewvc?rev=692721view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45528 Prevent infinite logging loop with invalid SSL config Modified: tomcat/tc6.0.x/trunk/ (props changed)

DO NOT REPLY [Bug 45528] Tomcat 6 fails to detect a matching certificate and stuck in an infinite loop

2008-09-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45528 Mark Thomas [EMAIL PROTECTED] changed: What|Removed |Added Component|Catalina|Connector:Coyote

svn commit: r692722 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/jasper/runtime/JspContextWrapper.java webapps/docs/changelog.xml

2008-09-06 Thread markt
Author: markt Date: Sat Sep 6 13:12:35 2008 New Revision: 692722 URL: http://svn.apache.org/viewvc?rev=692722view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45666 Prevent infinite loop on include Modified: tomcat/tc6.0.x/trunk/ (props changed)

DO NOT REPLY [Bug 45666] JspContextWrapper contains infinite loop in include(String relativeUrlPath, boolean flush)

2008-09-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45666 Mark Thomas [EMAIL PROTECTED] changed: What|Removed |Added Component|Jasper |Jasper

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

2008-09-06 Thread markt
Author: markt Date: Sat Sep 6 13:19:02 2008 New Revision: 692723 URL: http://svn.apache.org/viewvc?rev=692723view=rev Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r692724 - /tomcat/current/tc5.5.x/STATUS.txt

2008-09-06 Thread markt
Author: markt Date: Sat Sep 6 13:20:11 2008 New Revision: 692724 URL: http://svn.apache.org/viewvc?rev=692724view=rev Log: Vote Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL:

svn commit: r692745 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/juli/ClassLoaderLogManager.java webapps/docs/changelog.xml

2008-09-06 Thread rjung
Author: rjung Date: Sat Sep 6 14:47:21 2008 New Revision: 692745 URL: http://svn.apache.org/viewvc?rev=692745view=rev Log: Backport Logging of access control problems when setting up per context logging under the security manager. http://svn.apache.org/viewvc?rev=691675view=rev

svn commit: r692748 - /tomcat/trunk/java/org/apache/catalina/realm/CombinedRealm.java

2008-09-06 Thread markt
Author: markt Date: Sat Sep 6 15:05:35 2008 New Revision: 692748 URL: http://svn.apache.org/viewvc?rev=692748view=rev Log: Correct log name. Add warning about user name uniqueness. Modified: tomcat/trunk/java/org/apache/catalina/realm/CombinedRealm.java Modified: