svn commit: r1166072 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/AjpAprProtocol.java java/org/apache/coyote/http11/Http11AprProtocol.java java/org/apache/tomcat/util/net/AprEndpoint.java

2011-09-07 Thread markt
Author: markt Date: Wed Sep 7 09:06:28 2011 New Revision: 1166072 URL: http://svn.apache.org/viewvc?rev=1166072&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49683 Support separate connection and keep-alive timeouts for the APR/native connector HTTP and AJP connectors. Mo

DO NOT REPLY [Bug 49683] Separate keep-alive and connection timeout with APR/native connector

2011-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49683 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1166077 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationContextFacade.java

2011-09-07 Thread markt
Author: markt Date: Wed Sep 7 09:22:36 2011 New Revision: 1166077 URL: http://svn.apache.org/viewvc?rev=1166077&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51744 Use method Set rather than EnumSet since the method signature uses Set. Modified: tomcat/trunk/java/org/a

svn commit: r1166080 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationContextFacade.java webapps/docs/changelog.xml

2011-09-07 Thread markt
Author: markt Date: Wed Sep 7 09:24:40 2011 New Revision: 1166080 URL: http://svn.apache.org/viewvc?rev=1166080&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51774 Use method Set rather than EnumSet since the method signature uses Set. Modified: tomcat/tc7.0.x/trunk/

DO NOT REPLY [Bug 51774] java.lang.NoSuchMethodException thrown when starting tomcat with security enabled and "tracking-mode" used in web.xml

2011-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51774 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 45882] Ensure all jars have full manifests and N & L files

2011-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45882 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1166150 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2011-09-07 Thread markt
Author: markt Date: Wed Sep 7 12:31:30 2011 New Revision: 1166150 URL: http://svn.apache.org/viewvc?rev=1166150&view=rev Log: async more likely than comet Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java Modified: tomcat/trunk/java/org/apache/coyote/http11/

svn commit: r1166151 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http11Processor.java

2011-09-07 Thread markt
Author: markt Date: Wed Sep 7 12:36:31 2011 New Revision: 1166151 URL: http://svn.apache.org/viewvc?rev=1166151&view=rev Log: Make sure connections are only kept open for keep alive. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java tomcat/trunk/java/org/apache

Re: svn commit: r1166150 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2011-09-07 Thread sebb
On 7 September 2011 13:31, wrote: > Author: markt > Date: Wed Sep  7 12:31:30 2011 > New Revision: 1166150 > > URL: http://svn.apache.org/viewvc?rev=1166150&view=rev > Log: > async more likely than comet > > Modified: >    tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java >

Re: svn commit: r1166150 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2011-09-07 Thread Mark Thomas
On 07/09/2011 13:51, sebb wrote: > On 7 September 2011 13:31, wrote: >> Author: markt >> Date: Wed Sep 7 12:31:30 2011 >> New Revision: 1166150 >> >> URL: http://svn.apache.org/viewvc?rev=1166150&view=rev >> Log: >> async more likely than comet >> >> Modified: >>tomcat/trunk/java/org/apache/

DO NOT REPLY [Bug 51769] False positive: Somebody try to hack into the site!!!

2011-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51769 --- Comment #2 from Christopher Schultz 2011-09-07 16:38:50 UTC --- Created attachment 27466 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27466 Proposed fix to uri_is_web_inf function. I have neither a win32 compiler nor an

Tomcat 6.0.34

2011-09-07 Thread Anand, Amit (Contractor)
All, Kinda new to tomcat but have a couple quick questions which came up regarding CVE-2011-3109 (Bug 51698). Questions: Any timeline to when stable release of 6.0.34 is supposed to be released? Also what does "in trunk" specifically mean? Does that mean if I download say version 6.0.29 as of

svn commit: r1166286 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2011-09-07 Thread kkolinko
Author: kkolinko Date: Wed Sep 7 18:10:47 2011 New Revision: 1166286 URL: http://svn.apache.org/viewvc?rev=1166286&view=rev Log: Correct broken changelog entries, sort by issue number. ( tag was used instead of //, which is wrong and caused odd rendering...) Modified: tomcat/tc7.0.x/trunk/

svn commit: r1166290 - /tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java

2011-09-07 Thread markt
Author: markt Date: Wed Sep 7 18:11:20 2011 New Revision: 1166290 URL: http://svn.apache.org/viewvc?rev=1166290&view=rev Log: Add a simple annotation cache to improve performance for applications that use lots of non-poolable tags. Modified: tomcat/trunk/java/org/apache/catalina/core/Defaul

Re: svn commit: r1166286 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2011-09-07 Thread Mark Thomas
On 07/09/2011 19:10, kkoli...@apache.org wrote: > Author: kkolinko > Date: Wed Sep 7 18:10:47 2011 > New Revision: 1166286 > > URL: http://svn.apache.org/viewvc?rev=1166286&view=rev > Log: > Correct broken changelog entries, sort by issue number. > > ( tag was used instead of //, which is wrong

svn commit: r1166296 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2011-09-07 Thread markt
Author: markt Date: Wed Sep 7 18:16:39 2011 New Revision: 1166296 URL: http://svn.apache.org/viewvc?rev=1166296&view=rev Log: Use where I had previously Put entires to the correct sections Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/doc

svn commit: r1166308 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/DefaultInstanceManager.java webapps/docs/changelog.xml

2011-09-07 Thread markt
Author: markt Date: Wed Sep 7 18:35:15 2011 New Revision: 1166308 URL: http://svn.apache.org/viewvc?rev=1166308&view=rev Log: Add an annotation cache to the DefaultInstanceManager that improves performance for applications that make use of a lot of non-poolable objects (e.g. tag files) that nee

Re: svn commit: r1166290 - /tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java

2011-09-07 Thread Konstantin Kolinko
2011/9/7 : > Author: markt > Date: Wed Sep  7 18:11:20 2011 > New Revision: 1166290 > > URL: http://svn.apache.org/viewvc?rev=1166290&view=rev > Log: > Add a simple annotation cache to improve performance for applications that > use lots of non-poolable tags. 1. I think most classes do not have

Re: svn commit: r1166290 - /tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java

2011-09-07 Thread Mark Thomas
On 07/09/2011 19:49, Konstantin Kolinko wrote: > 2011/9/7 : >> Author: markt >> Date: Wed Sep 7 18:11:20 2011 >> New Revision: 1166290 >> >> URL: http://svn.apache.org/viewvc?rev=1166290&view=rev >> Log: >> Add a simple annotation cache to improve performance for applications that >> use lots of

svn commit: r1166366 - /tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java

2011-09-07 Thread markt
Author: markt Date: Wed Sep 7 20:07:22 2011 New Revision: 1166366 URL: http://svn.apache.org/viewvc?rev=1166366&view=rev Log: Reduce cache memory usage for classes with no annotations. Review comment from kkolinko. Modified: tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.

svn commit: r1166370 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/DefaultInstanceManager.java

2011-09-07 Thread markt
Author: markt Date: Wed Sep 7 20:08:49 2011 New Revision: 1166370 URL: http://svn.apache.org/viewvc?rev=1166370&view=rev Log: Reduce cache memory usage for classes with no annotations. Review comment from kkolinko. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/

[jira] [Updated] (MTOMCAT-62) Support Tomcat 7

2011-09-07 Thread Olivier Lamy (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy updated MTOMCAT-62: Fix Version/s: 2.0 Assignee: Olivier Lamy > Support Tomcat 7 > > >

[jira] [Closed] (MTOMCAT-93) Move tomcat-maven-plugin to Apache Tomcat

2011-09-07 Thread Olivier Lamy (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy closed MTOMCAT-93. --- Resolution: Fixed Fix Version/s: 2.0 > Move tomcat-maven-plugin to Apache Tomcat > ---

svn commit: r1166433 - /tomcat/maven-plugin/trunk/pom.xml

2011-09-07 Thread olamy
Author: olamy Date: Wed Sep 7 22:00:29 2011 New Revision: 1166433 URL: http://svn.apache.org/viewvc?rev=1166433&view=rev Log: update ci management information Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/ma

[jira] [Updated] (MTOMCAT-81) mvn tomcat:run does not work with spring tomcat classloader

2011-09-07 Thread Olivier Lamy (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy updated MTOMCAT-81: Fix Version/s: backlog need a sample project to test it. > mvn tomcat:run does not work with sprin

svn propchange: r1166433 - svn:log

2011-09-07 Thread olamy
Author: olamy Revision: 1166433 Modified property: svn:log Modified: svn:log at Wed Sep 7 22:03:34 2011 -- --- svn:log (original) +++ svn:log Wed Sep 7 22:03:34 2011 @@ -1 +1 @@ -update ci management information +update

svn commit: r1166535 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2011-09-07 Thread kkolinko
Author: kkolinko Date: Thu Sep 8 06:30:56 2011 New Revision: 1166535 URL: http://svn.apache.org/viewvc?rev=1166535&view=rev Log: Correct a typo in the changelog Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://s