DO NOT REPLY [Bug 51630] java.lang.IllegalStateException: Calling [asyncComplete()]

2011-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51630 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|RESOLVED

Re: [ANN] Apache Tomcat 7.0.22 released

2011-10-03 Thread jean-frederic clere
On 10/01/2011 03:03 PM, Mark Thomas wrote: The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.22 It seems the maven repo doesn't have it yet, is that normal? Cheers Jean-Frederic - To

Re: [ANN] Apache Tomcat 7.0.22 released

2011-10-03 Thread Mark Thomas
On 03/10/2011 04:44, jean-frederic clere wrote: On 10/01/2011 03:03 PM, Mark Thomas wrote: The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.22 It seems the maven repo doesn't have it yet, is that normal? In my rush to get this out before I went to JavaOne, I

DO NOT REPLY [Bug 51940] New: Form Authentication Valve should restore request body on PUT method

2011-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51940 Bug #: 51940 Summary: Form Authentication Valve should restore request body on PUT method Product: Tomcat 6 Version: 6.0.33 Platform: PC OS/Version: Linux

svn commit: r1178449 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/coyote/http11/ test/org/apache/catalina/comet/

2011-10-03 Thread markt
Author: markt Date: Mon Oct 3 16:42:19 2011 New Revision: 1178449 URL: http://svn.apache.org/viewvc?rev=1178449view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51881 Don't mark processors handling comet requests as non-comet too early. Before this fix, finishing a comet

svn commit: r1178456 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/coyote/http11/ test/org/apache/catalina/comet/

2011-10-03 Thread markt
Author: markt Date: Mon Oct 3 17:00:47 2011 New Revision: 1178456 URL: http://svn.apache.org/viewvc?rev=1178456view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51881 Don't mark processors handling comet requests as non-comet too early. Before this fix, finishing a comet

DO NOT REPLY [Bug 51881] Server incorrectly parses incoming HTTP requests and loses them

2011-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51881 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

DO NOT REPLY [Bug 51630] java.lang.IllegalStateException: Calling [asyncComplete()]

2011-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51630 --- Comment #4 from Mark Thomas ma...@apache.org 2011-10-03 17:14:21 UTC --- (In reply to comment #3) What bothers me is that Async0 servlet is not annotated with @WebServlet(asyncSupported=true) as required by ch.2.3.3.3 of

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

2011-10-03 Thread markt
Author: markt Date: Mon Oct 3 17:30:27 2011 New Revision: 1178470 URL: http://svn.apache.org/viewvc?rev=1178470view=rev Log: Update changelog Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r1178542 - /tomcat/trunk/webapps/examples/WEB-INF/classes/async/Async0.java

2011-10-03 Thread markt
Author: markt Date: Mon Oct 3 19:50:09 2011 New Revision: 1178542 URL: http://svn.apache.org/viewvc?rev=1178542view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51630 Correct bug in async examples. Remove unnecessary call to AsyncContext.complete() that triggered an ISE.

DO NOT REPLY [Bug 51630] java.lang.IllegalStateException: Calling [asyncComplete()]

2011-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51630 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

svn commit: r1178552 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/examples/WEB-INF/classes/async/Async0.java

2011-10-03 Thread markt
Author: markt Date: Mon Oct 3 19:58:24 2011 New Revision: 1178552 URL: http://svn.apache.org/viewvc?rev=1178552view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51630 Correct bug in async examples. Remove unnecessary call to AsyncContext.complete() that triggered an ISE.

svn commit: r1178618 - in /tomcat/maven-plugin/trunk: common-tomcat-maven-plugin/ common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/deployer/ tomcat6-maven-plugin/src/main/java/o

2011-10-03 Thread olamy
Author: olamy Date: Mon Oct 3 22:21:14 2011 New Revision: 1178618 URL: http://svn.apache.org/viewvc?rev=1178618view=rev Log: [MTOMCAT-62] tomcat7 support: move Manager classes to common lib to be reusable by both tomcat6/7 mojos Added:

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

2011-10-03 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13119718#comment-13119718 ] Hudson commented on MTOMCAT-62: --- Integrated in TomcatMavenPlugin #19 (See

svn commit: r1178619 - in /tomcat/maven-plugin/trunk: ./ common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/deployer/ tomcat-maven-plugin-it/src/main/java/org/codehaus/mojo/tomcat

2011-10-03 Thread olamy
Author: olamy Date: Mon Oct 3 22:22:46 2011 New Revision: 1178619 URL: http://svn.apache.org/viewvc?rev=1178619view=rev Log: add an it test for test deployMojo Added: tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/src/main/java/org/codehaus/mojo/tomcat/it/AbstractDeployWarProjectIT.java

svn commit: r1178620 - /tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/AbstractCatalinaMojo.java

2011-10-03 Thread olamy
Author: olamy Date: Mon Oct 3 22:23:31 2011 New Revision: 1178620 URL: http://svn.apache.org/viewvc?rev=1178620view=rev Log: do not log password even in debug mode Modified:

svn commit: r1178614 - /tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/RunMojo.java

2011-10-03 Thread olamy
Author: olamy Date: Mon Oct 3 22:15:17 2011 New Revision: 1178614 URL: http://svn.apache.org/viewvc?rev=1178614view=rev Log: formatting: no code change Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/RunMojo.java Modified:

svn commit: r1178613 - in /tomcat/maven-plugin/trunk: ./ common-tomcat-maven-plugin/ common-tomcat-maven-plugin/src/ common-tomcat-maven-plugin/src/main/ common-tomcat-maven-plugin/src/main/java/ comm

2011-10-03 Thread olamy
Author: olamy Date: Mon Oct 3 22:14:49 2011 New Revision: 1178613 URL: http://svn.apache.org/viewvc?rev=1178613view=rev Log: [MTOMCAT-62] tomcat7 support: start extracting common classes to an other module which will be shared in tomcat6 and tomcat7 plugins Added:

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

2011-10-03 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13119716#comment-13119716 ] Hudson commented on MTOMCAT-62: --- Integrated in TomcatMavenPlugin-mvn2.x #2 (See

svn commit: r1178679 - /tomcat/tc6.0.x/trunk/RELEASE-NOTES

2011-10-03 Thread kkolinko
Author: kkolinko Date: Tue Oct 4 04:25:20 2011 New Revision: 1178679 URL: http://svn.apache.org/viewvc?rev=1178679view=rev Log: Correct a typo List jars in alphabetical order. CTR: docs Modified: tomcat/tc6.0.x/trunk/RELEASE-NOTES Modified: tomcat/tc6.0.x/trunk/RELEASE-NOTES URL:

svn commit: r1178681 - /tomcat/trunk/RELEASE-NOTES

2011-10-03 Thread kkolinko
Author: kkolinko Date: Tue Oct 4 04:32:25 2011 New Revision: 1178681 URL: http://svn.apache.org/viewvc?rev=1178681view=rev Log: List jars in alphabetical order. Modified: tomcat/trunk/RELEASE-NOTES Modified: tomcat/trunk/RELEASE-NOTES URL:

svn commit: r1178683 - in /tomcat/tc7.0.x/trunk: ./ RELEASE-NOTES

2011-10-03 Thread kkolinko
Author: kkolinko Date: Tue Oct 4 04:53:18 2011 New Revision: 1178683 URL: http://svn.apache.org/viewvc?rev=1178683view=rev Log: Merged revision 1178681 from tomcat/trunk: List jars in alphabetical order. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1178684 - in /tomcat/trunk/java/org/apache/catalina: ha/session/SerializablePrincipal.java realm/GenericPrincipal.java

2011-10-03 Thread kkolinko
Author: kkolinko Date: Tue Oct 4 05:07:52 2011 New Revision: 1178684 URL: http://svn.apache.org/viewvc?rev=1178684view=rev Log: Do not sort lists that have only one element Modified: tomcat/trunk/java/org/apache/catalina/ha/session/SerializablePrincipal.java