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
https://issues.apache.org/bugzilla/show_bug.cgi?id=49683
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
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/
https://issues.apache.org/bugzilla/show_bug.cgi?id=51774
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=45882
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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/
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
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
>
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/
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
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
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/
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
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
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
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
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
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
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.
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/
[
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
>
>
>
[
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
> ---
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
[
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
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
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
27 matches
Mail list logo