DO NOT REPLY [Bug 50995] New: bug of log

2011-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50995 Summary: bug of log Product: Tomcat 7 Version: 7.0.8 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Catalin

svn commit: r1086794 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

2011-03-29 Thread markt
Author: markt Date: Tue Mar 29 22:39:36 2011 New Revision: 1086794 URL: http://svn.apache.org/viewvc?rev=1086794&view=rev Log: Correct fix for http://issues.apache.org/bugzilla/show_bug.cgi?id=50928 Default for keyPass is keystorePass Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Abs

svn commit: r1086783 - in /tomcat/trunk: java/org/apache/catalina/servlets/DefaultServlet.java webapps/docs/changelog.xml

2011-03-29 Thread markt
Author: markt Date: Tue Mar 29 22:12:00 2011 New Revision: 1086783 URL: http://svn.apache.org/viewvc?rev=1086783&view=rev Log: HTTP range requests cannot be reliably served when a Writer is in use so prevent the DefaultServlet from attempting to do so. This is kkolinko's patch that stemmed from a

svn commit: r1086780 - in /tomcat/trunk/webapps/docs: changelog.xml windows-auth-howto.xml

2011-03-29 Thread markt
Author: markt Date: Tue Mar 29 22:09:00 2011 New Revision: 1086780 URL: http://svn.apache.org/viewvc?rev=1086780&view=rev Log: Update changelog for SPNEGO. Add note to docs about major todo areas. Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/windows-auth-how

svn commit: r1086709 - in /tomcat/trunk/java/org/apache/catalina/authenticator: LocalStrings.properties SpnegoAuthenticator.java

2011-03-29 Thread markt
Author: markt Date: Tue Mar 29 20:10:48 2011 New Revision: 1086709 URL: http://svn.apache.org/viewvc?rev=1086709&view=rev Log: Fix some TODOs Modified: tomcat/trunk/java/org/apache/catalina/authenticator/LocalStrings.properties tomcat/trunk/java/org/apache/catalina/authenticator/SpnegoAut

svn commit: r1086706 - in /tomcat/trunk/java/org/apache/catalina: Realm.java authenticator/SpnegoAuthenticator.java realm/CombinedRealm.java realm/LocalStrings.properties realm/LockOutRealm.java realm

2011-03-29 Thread markt
Author: markt Date: Tue Mar 29 20:05:04 2011 New Revision: 1086706 URL: http://svn.apache.org/viewvc?rev=1086706&view=rev Log: Part 2 of SPNEGO/Windows authentication support. Authorisation support. Works essentially the same way as CLIENT-CERT, i.e. the Realm doesn't actually authenticate the us

svn commit: r1086683 - in /tomcat/trunk: java/org/apache/catalina/authenticator/ java/org/apache/catalina/startup/ java/org/apache/catalina/util/ webapps/docs/ webapps/docs/config/

2011-03-29 Thread markt
Author: markt Date: Tue Mar 29 19:08:43 2011 New Revision: 1086683 URL: http://svn.apache.org/viewvc?rev=1086683&view=rev Log: Part 1 of SPNEGO/Windows authentication support. This adds authentication support but not authorisation. Some Realm refactoring is required to get authorisation working.

DO NOT REPLY [Bug 50989] JSP causing memory leaks under high load, multi-version

2011-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50989 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 50991] Data source is closed before contextDestroyed is executed. tomcat 7.0.11

2011-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50991 --- Comment #1 from Mark Thomas 2011-03-29 11:26:13 EDT --- When working on this, it is worth taking a look at Filip's suggestion: http://markmail.org/message/av4if6mstsh6qw4n -- Configure bugmail: https://issues.apache.org/bugzilla/userp

Re: svn commit: r1079575 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContext.java java/org/apache/catalina/deploy/LocalStrings.properties java/org/apache/catalina/deploy/NamingResources.

2011-03-29 Thread Mark Thomas
On 29/03/2011 15:52, Filip Hanik - Dev Lists wrote: > namingResources.cleanupNoClose > > couldn't you implement a closeMethod="close" in the element, > that way the name of the method is configurable. Like it. There was a bug reported with the timing of this call so there is some work to do here

Re: svn commit: r1086611 - /tomcat/trunk/webapps/docs/windows-auth-howto.xml

2011-03-29 Thread Mark Thomas
On 29/03/2011 15:59, Konstantin Kolinko wrote: > 2011/3/29 : >> Author: markt >> Date: Tue Mar 29 14:51:17 2011 >> New Revision: 1086611 >> >> URL: http://svn.apache.org/viewvc?rev=1086611&view=rev >> Log: >> Add domain configuration that is known to work >> >> Modified: >>tomcat/trunk/webapps

Re: svn commit: r1086611 - /tomcat/trunk/webapps/docs/windows-auth-howto.xml

2011-03-29 Thread Konstantin Kolinko
2011/3/29 : > Author: markt > Date: Tue Mar 29 14:51:17 2011 > New Revision: 1086611 > > URL: http://svn.apache.org/viewvc?rev=1086611&view=rev > Log: > Add domain configuration that is known to work > > Modified: >    tomcat/trunk/webapps/docs/windows-auth-howto.xml > > +   Typo above. > +  TB

Re: svn commit: r1079575 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContext.java java/org/apache/catalina/deploy/LocalStrings.properties java/org/apache/catalina/deploy/NamingResources.

2011-03-29 Thread Filip Hanik - Dev Lists
namingResources.cleanupNoClose couldn't you implement a closeMethod="close" in the element, that way the name of the method is configurable. Filip On 3/8/2011 3:15 PM, ma...@apache.org wrote: Author: markt Date: Tue Mar 8 22:15:34 2011 New Revision: 1079575 URL: http://svn.apache.org/vie

svn commit: r1086611 - /tomcat/trunk/webapps/docs/windows-auth-howto.xml

2011-03-29 Thread markt
Author: markt Date: Tue Mar 29 14:51:17 2011 New Revision: 1086611 URL: http://svn.apache.org/viewvc?rev=1086611&view=rev Log: Add domain configuration that is known to work Modified: tomcat/trunk/webapps/docs/windows-auth-howto.xml Modified: tomcat/trunk/webapps/docs/windows-auth-howto.xml

DO NOT REPLY [Bug 50991] New: Data source is closed before contextDestroyed is executed. tomcat 7.0.11

2011-03-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50991 Summary: Data source is closed before contextDestroyed is executed. tomcat 7.0.11 Product: Tomcat 7 Version: 7.0.11 Platform: All OS/Version: Linux Status: NE