[Bug 53341] New: Unable to build tomcat-connectors in centos 5.6

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53341 Priority: P2 Bug ID: 53341 Assignee: dev@tomcat.apache.org Summary: Unable to build tomcat-connectors in centos 5.6 Severity: normal Classification: Unclassified OS:

Re: [VOTE] Release Apache Tomcat Connectors 1.2.37

2012-06-01 Thread Rainer Jung
On 29.05.2012 11:23, Mladen Turk wrote: Hi, Apache Tomcat Connectors 1.2.37 release candidate is ready for vote at [1]. This version solves regression(s) found in released version 1.2.36 which can crash web server if configured in certain way. The VOTE will remain open for at least 48 hours.

svn commit: r1345020 - in /tomcat/trunk: build.xml test/webapp-3.0/bug53257/index.jsp

2012-06-01 Thread markt
Author: markt Date: Fri Jun 1 09:06:53 2012 New Revision: 1345020 URL: http://svn.apache.org/viewvc?rev=1345020view=rev Log: Fix checkstyle warnings in Ant build Modified: tomcat/trunk/build.xml tomcat/trunk/test/webapp-3.0/bug53257/index.jsp Modified: tomcat/trunk/build.xml URL:

svn commit: r1345021 - in /tomcat/tc7.0.x/trunk: ./ build.xml test/webapp-3.0/bug53257/index.jsp

2012-06-01 Thread markt
Author: markt Date: Fri Jun 1 09:08:37 2012 New Revision: 1345021 URL: http://svn.apache.org/viewvc?rev=1345021view=rev Log: Fix checkstyle warnings in Ant build Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/build.xml

[Bug 53342] New: If starting immediately after Tomcat stop fail, BindException will throw.

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53342 Priority: P2 Bug ID: 53342 Assignee: dev@tomcat.apache.org Summary: If starting immediately after Tomcat stop fail, BindException will throw. Severity: normal

[Bug 53342] If starting immediately after Tomcat stop fail, BindException will throw.

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53342 --- Comment #1 from Keiichi Fujino kfuj...@apache.org --- Created attachment 28869 -- https://issues.apache.org/bugzilla/attachment.cgi?id=28869action=edit patch against trunk -- You are receiving this mail because: You are the assignee

svn commit: r1345026 - /tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java

2012-06-01 Thread kfujino
Author: kfujino Date: Fri Jun 1 09:38:31 2012 New Revision: 1345026 URL: http://svn.apache.org/viewvc?rev=1345026view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53342 To avoid BindException, make startStopThreads into a demon thread. Modified:

svn commit: r1345029 - in /tomcat/trunk/java/org/apache/catalina: deploy/ServletDef.java startup/WebRuleSet.java

2012-06-01 Thread markt
Author: markt Date: Fri Jun 1 09:40:59 2012 New Revision: 1345029 URL: http://svn.apache.org/viewvc?rev=1345029view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53285 Modify how the digester processes security-role-ref since link is optional and null parameters are not

svn commit: r1345030 - /tomcat/trunk/java/org/apache/catalina/deploy/ServletDef.java

2012-06-01 Thread markt
Author: markt Date: Fri Jun 1 09:41:18 2012 New Revision: 1345030 URL: http://svn.apache.org/viewvc?rev=1345030view=rev Log: Remove unnecessary code Modified: tomcat/trunk/java/org/apache/catalina/deploy/ServletDef.java Modified: tomcat/trunk/java/org/apache/catalina/deploy/ServletDef.java

svn commit: r1345031 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/deploy/ServletDef.java java/org/apache/catalina/startup/WebRuleSet.java webapps/docs/changelog.xml

2012-06-01 Thread markt
Author: markt Date: Fri Jun 1 09:43:15 2012 New Revision: 1345031 URL: http://svn.apache.org/viewvc?rev=1345031view=rev Log: Modify how the digester processes security-role-ref since link is optional and null parameters are not handled by IntrospectionUtils Modified: tomcat/tc7.0.x/trunk/

[Bug 53285] Web app configuration fails when security-role-ref does not contain role-link

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53285 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

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

2012-06-01 Thread kfujino
Author: kfujino Date: Fri Jun 1 09:48:58 2012 New Revision: 1345033 URL: http://svn.apache.org/viewvc?rev=1345033view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53342 To avoid BindException, make startStopThreads into a demon thread. Modified:

[Bug 53342] If starting immediately after Tomcat stop fail, BindException will throw.

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53342 Keiichi Fujino kfuj...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

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

2012-06-01 Thread kfujino
Author: kfujino Date: Fri Jun 1 09:53:58 2012 New Revision: 1345035 URL: http://svn.apache.org/viewvc?rev=1345035view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1345039 - in /tomcat/trunk: java/org/apache/catalina/startup/Tomcat.java test/org/apache/catalina/startup/TestTomcat.java

2012-06-01 Thread markt
Author: markt Date: Fri Jun 1 10:16:50 2012 New Revision: 1345039 URL: http://svn.apache.org/viewvc?rev=1345039view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53301 Prevent double initialisation of servlets when using existing servlet instances with embedded Tomcat

svn commit: r1345041 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/Tomcat.java test/org/apache/catalina/startup/TestTomcat.java webapps/docs/changelog.xml

2012-06-01 Thread markt
Author: markt Date: Fri Jun 1 10:19:01 2012 New Revision: 1345041 URL: http://svn.apache.org/viewvc?rev=1345041view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53301 Prevent double initialisation of servlets when using existing servlet instances with embedded Tomcat

[Bug 53301] Servlet init method called twice with embedded Tomcat

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53301 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[jira] [Created] (MTOMCAT-157) use new Maven Plugins annotations

2012-06-01 Thread *$^¨%`£
Olivier Lamy (*$^¨%`£) created MTOMCAT-157: -- Summary: use new Maven Plugins annotations Key: MTOMCAT-157 URL: https://issues.apache.org/jira/browse/MTOMCAT-157 Project: Apache Tomcat Maven

[jira] [Updated] (MTOMCAT-157) use new Maven Plugins annotations

2012-06-01 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-157: --- Fix Version/s: 2.0 Assignee: Olivier Lamy (*$^¨%`£) use new

[Bug 53343] New: Cannot use SSLv3

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53343 Priority: P2 Bug ID: 53343 Assignee: dev@tomcat.apache.org Summary: Cannot use SSLv3 Severity: major Classification: Unclassified OS: All Reporter:

[Bug 53343] Cannot use SSLv3

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53343 --- Comment #1 from Michael Osipov 1983-01...@gmx.net --- Please void this ticket. I accidentially hit ENTER. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 53344] New: Cannot use SSLv3+TLSv1 in Http11AprProtocol

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53344 Priority: P2 Bug ID: 53344 Assignee: dev@tomcat.apache.org Summary: Cannot use SSLv3+TLSv1 in Http11AprProtocol Severity: major Classification: Unclassified OS: All

[Bug 53344] Cannot use SSLv3+TLSv1 in Http11AprProtocol

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53344 --- Comment #1 from Michael Osipov 1983-01...@gmx.net --- Created attachment 28870 -- https://issues.apache.org/bugzilla/attachment.cgi?id=28870action=edit Patched AprEndpoint with SSLv3+TLSv1 parallel support -- You are receiving this

[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2012-06-01 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-test has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2012-06-01 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test has an issue affecting its community integration. This

[Bug 53344] Cannot use SSLv3+TLSv1 in Http11AprProtocol

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53344 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

[Bug 51477] Support all protocol combinations in SSLProtocol of APR Connector

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51477 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added CC|

[Bug 53343] Cannot use SSLv3

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53343 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

[Bug 53338] mod_jk 1.2.36 doesn't work in windows

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53338 Mladen Turk mt...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 53337] IllegalStateException when trying to render a JSP after startAsync

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53337 --- Comment #3 from rstoyanc...@yahoo.com --- Created attachment 28873 -- https://issues.apache.org/bugzilla/attachment.cgi?id=28873action=edit Updated .war file -- You are receiving this mail because: You are the assignee for the bug.

[Bug 53337] IllegalStateException when trying to render a JSP after startAsync

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53337 rstoyanc...@yahoo.com changed: What|Removed |Added Attachment #28866|0 |1 is obsolete|

[Bug 53337] IllegalStateException when trying to render a JSP after startAsync

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53337 --- Comment #5 from rstoyanc...@yahoo.com --- I corrected one issue with the sample. Calling ServletB succeeds in all cases. Calling ServletA doesn't. I updated the instructions at the project page and updated the .war attachment. -- You

Re: svn commit: r1345021 - in /tomcat/tc7.0.x/trunk: ./ build.xml test/webapp-3.0/bug53257/index.jsp

2012-06-01 Thread Konstantin Kolinko
2012/6/1 ma...@apache.org: Author: markt Date: Fri Jun  1 09:08:37 2012 New Revision: 1345021 URL: http://svn.apache.org/viewvc?rev=1345021view=rev Log: Fix checkstyle warnings in Ant build Modified:    tomcat/tc7.0.x/trunk/   (props changed)    tomcat/tc7.0.x/trunk/build.xml    

[Bug 53346] New: Support for changing MaxActive via JMX

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53346 Priority: P2 Bug ID: 53346 CC: you...@gmail.com Assignee: dev@tomcat.apache.org Summary: Support for changing MaxActive via JMX Severity: normal Classification:

[Bug 53254] Support for purging connection pool

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53254 Brooke Hedrick brooke_hedr...@millamilla.com changed: What|Removed |Added Blocks|

[Bug 53341] Unable to build tomcat-connectors in centos 5.6

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53341 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

svn commit: r1345287 - /tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java

2012-06-01 Thread kkolinko
Author: kkolinko Date: Fri Jun 1 17:44:49 2012 New Revision: 1345287 URL: http://svn.apache.org/viewvc?rev=1345287view=rev Log: Remove trailing whitespace Modified: tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java Modified:

svn commit: r1345290 - /tomcat/trunk/test/org/apache/jasper/compiler/TestCompiler.java

2012-06-01 Thread kkolinko
Author: kkolinko Date: Fri Jun 1 18:02:56 2012 New Revision: 1345290 URL: http://svn.apache.org/viewvc?rev=1345290view=rev Log: One more test, to be sure https://issues.apache.org/bugzilla/show_bug.cgi?id=53257 Modified: tomcat/trunk/test/org/apache/jasper/compiler/TestCompiler.java

svn commit: r1345294 - /tomcat/trunk/test/webapp-3.0-fragments/WEB-INF/classes/#Bug51584.txt

2012-06-01 Thread markt
Author: markt Date: Fri Jun 1 18:08:36 2012 New Revision: 1345294 URL: http://svn.apache.org/viewvc?rev=1345294view=rev Log: Another missed file Added: tomcat/trunk/test/webapp-3.0-fragments/WEB-INF/classes/#Bug51584.txt (with props) Added:

svn commit: r1345295 - in /tomcat/tc7.0.x/trunk: ./ test/webapp-3.0-fragments/WEB-INF/classes/#Bug51584.txt

2012-06-01 Thread markt
Author: markt Date: Fri Jun 1 18:09:21 2012 New Revision: 1345295 URL: http://svn.apache.org/viewvc?rev=1345295view=rev Log: Add missing test case file Added: tomcat/tc7.0.x/trunk/test/webapp-3.0-fragments/WEB-INF/classes/#Bug51584.txt - copied unchanged from r1345294,

Re: svn commit: r1345021 - in /tomcat/tc7.0.x/trunk: ./ build.xml test/webapp-3.0/bug53257/index.jsp

2012-06-01 Thread Mark Thomas
On 01/06/2012 17:02, Konstantin Kolinko wrote: 2012/6/1 ma...@apache.org: exclude name=**/tomcat-deps/**/ +!-- Exclude simple test files -- +exclude name=test/webapp-3.0/bug53257/*.txt/ OK. I'll add them to res/rat/rat-excludes.txt, for RAT reports done by buildbot

svn commit: r1345309 - /tomcat/trunk/res/rat/rat-excludes.txt

2012-06-01 Thread kkolinko
Author: kkolinko Date: Fri Jun 1 18:32:08 2012 New Revision: 1345309 URL: http://svn.apache.org/viewvc?rev=1345309view=rev Log: Update exclude rules for RAT report Modified: tomcat/trunk/res/rat/rat-excludes.txt Modified: tomcat/trunk/res/rat/rat-excludes.txt URL:

svn commit: r1345311 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ContainerBase.java test/org/apache/jasper/compiler/TestCompiler.java

2012-06-01 Thread kkolinko
Author: kkolinko Date: Fri Jun 1 18:35:34 2012 New Revision: 1345311 URL: http://svn.apache.org/viewvc?rev=1345311view=rev Log: Merged revisions r1345287 r1345290 from tomcat/trunk: Remove trailing whitespace from ContainerBase.java Add one more test for

svn commit: r1345312 - in /tomcat/tc7.0.x/trunk: ./ res/rat/rat-excludes.txt

2012-06-01 Thread kkolinko
Author: kkolinko Date: Fri Jun 1 18:38:58 2012 New Revision: 1345312 URL: http://svn.apache.org/viewvc?rev=1345312view=rev Log: Merged revision( 1345309 from tomcat/trunk: Update exclude rules for RAT report Modified: tomcat/tc7.0.x/trunk/ (props changed)

[jira] [Commented] (MTOMCAT-100) support war overlay to add war external dependencies in tomcat run

2012-06-01 Thread Robert Hollencamp (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287591#comment-13287591 ] Robert Hollencamp commented on MTOMCAT-100: --- I incorporated the functionality

JIRA configuration for MTOMCAT - attachments not allowed?

2012-06-01 Thread Konstantin Kolinko
Hi! Looking at Tomcat Maven Plugin issues in JIRA, e.g. there is no way to submit an attachment. There is no Attach Files button. If I look at some Apache Commons issues, the Attach Files button is there. So that is some issue with configuration of MTOMCAT project in JIRA. For example:

Re: JIRA configuration for MTOMCAT - attachments not allowed?

2012-06-01 Thread Mark Thomas
On 01/06/2012 19:53, Konstantin Kolinko wrote: Hi! Looking at Tomcat Maven Plugin issues in JIRA, e.g. there is no way to submit an attachment. There is no Attach Files button. If I look at some Apache Commons issues, the Attach Files button is there. So that is some issue with

svn commit: r1345325 - /tomcat/trunk/java/org/apache/catalina/deploy/NamingResources.java

2012-06-01 Thread markt
Author: markt Date: Fri Jun 1 19:57:26 2012 New Revision: 1345325 URL: http://svn.apache.org/viewvc?rev=1345325view=rev Log: entries Map-Set since only the key was ever used Modified: tomcat/trunk/java/org/apache/catalina/deploy/NamingResources.java Modified:

[Bug 53333] NPE is thrown for env-entry without env-entry-type but with injection-target specified

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=5 --- Comment #2 from Mark Thomas ma...@apache.org --- Thanks for pointing this out. It is definitely a bug. As I started to look at this I found some clean-up that could be done. It changes the failure point although I think the patch is

Re: [VOTE] Release Apache Tomcat Connectors 1.2.37

2012-06-01 Thread Henri Gomez
A bit late (sorry) [X] Stable, go ahead and release Built on OSX Lion. No problem - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[jira] [Commented] (MTOMCAT-100) support war overlay to add war external dependencies in tomcat run

2012-06-01 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287640#comment-13287640 ] Olivier Lamy (*$^¨%`£) commented on MTOMCAT-100: @Robert this issue is

[Tomcat Wiki] Update of AccessLogValve by RogerPack

2012-06-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The AccessLogValve page has been changed by RogerPack: http://wiki.apache.org/tomcat/AccessLogValve?action=diffrev1=4rev2=5 First read this

[jira] [Created] (MTOMCAT-158) WAR Overlay Does Not Include Resources

2012-06-01 Thread Robert Hollencamp (JIRA)
Robert Hollencamp created MTOMCAT-158: - Summary: WAR Overlay Does Not Include Resources Key: MTOMCAT-158 URL: https://issues.apache.org/jira/browse/MTOMCAT-158 Project: Apache Tomcat Maven Plugin

[jira] [Updated] (MTOMCAT-158) WAR Overlay Does Not Include Resources

2012-06-01 Thread Robert Hollencamp (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Hollencamp updated MTOMCAT-158: -- Attachment: MTOMCAT-158-1.diff This patch will serve files out of WAR overlays if

svn commit: r1345357 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java

2012-06-01 Thread kkolinko
Author: kkolinko Date: Fri Jun 1 21:33:19 2012 New Revision: 1345357 URL: http://svn.apache.org/viewvc?rev=1345357view=rev Log: For https://issues.apache.org/bugzilla/show_bug.cgi?id=53257 Review of r1344902: Restore passing DirContextURLStreamHandler instance into the new URL. Note that we use

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

2012-06-01 Thread kkolinko
Author: kkolinko Date: Fri Jun 1 21:42:24 2012 New Revision: 1345359 URL: http://svn.apache.org/viewvc?rev=1345359view=rev Log: Merged revision 1345357 from tomcat/trunk: For https://issues.apache.org/bugzilla/show_bug.cgi?id=53257 Review of r1344902: restore passing DirContextURLStreamHandler

svn commit: r1345367 - in /tomcat/trunk/java/org/apache/catalina: core/ startup/ util/

2012-06-01 Thread markt
Author: markt Date: Fri Jun 1 22:03:10 2012 New Revision: 1345367 URL: http://svn.apache.org/viewvc?rev=1345367view=rev Log: Refactor some duplicate code into an new utility class with an eye to the proposed patch for BZ 5 Added:

[Tomcat Wiki] Update of AccessLogValve by KonstantinKolinko

2012-06-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The AccessLogValve page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/AccessLogValve?action=diffrev1=5rev2=6 Comment: Expand the text, clarify server.xml question

svn commit: r1345382 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/ webapps/examples/WEB-INF/classes/

2012-06-01 Thread kkolinko
Author: kkolinko Date: Fri Jun 1 22:53:14 2012 New Revision: 1345382 URL: http://svn.apache.org/viewvc?rev=1345382view=rev Log: Fix several HTML markup errors in example servlets e.g. duplicate body tag preceding head and tr following /table Modified: tomcat/tc6.0.x/trunk/STATUS.txt

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

2012-06-01 Thread kkolinko
Author: kkolinko Date: Fri Jun 1 22:56:24 2012 New Revision: 1345384 URL: http://svn.apache.org/viewvc?rev=1345384view=rev Log: Correct wording Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r1345389 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/coyote/http11/filters/ChunkedInputFilter.java webapps/docs/changelog.xml

2012-06-01 Thread kkolinko
Author: kkolinko Date: Fri Jun 1 23:06:21 2012 New Revision: 1345389 URL: http://svn.apache.org/viewvc?rev=1345389view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52055#c14 Correctly reset ChunkedInputFilter.needCRLFParse flag when the filter is recycled. Modified:

[Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2012-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 --- Comment #16 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to comment #14) Thank you. Fixed this in 6.0 as well, will be in 6.0.36. -- You are receiving this mail because: You are the assignee for the bug.

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

2012-06-01 Thread kkolinko
Author: kkolinko Date: Fri Jun 1 23:59:37 2012 New Revision: 1345398 URL: http://svn.apache.org/viewvc?rev=1345398view=rev Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: