[Bug 54931] Updates to windows-service-howto to include support for installing multiple windows services

2013-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54931 Mark Thomas ma...@apache.org changed: What|Removed |Added Attachment #30331|0 |1 is

svn commit: r1486834 - /tomcat/trunk/webapps/docs/windows-service-howto.xml

2013-05-28 Thread markt
Author: markt Date: Tue May 28 09:36:11 2013 New Revision: 1486834 URL: http://svn.apache.org/r1486834 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54931 Add information on creating multiple services. Based on a patch by Chris Derham Modified:

svn commit: r1486835 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/windows-service-howto.xml

2013-05-28 Thread markt
Author: markt Date: Tue May 28 09:44:00 2013 New Revision: 1486835 URL: http://svn.apache.org/r1486835 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54931 Add information on creating multiple services. Based on a patch by Chris Derham Modified: tomcat/tc7.0.x/trunk/ (props

[Bug 54931] Updates to windows-service-howto to include support for installing multiple windows services

2013-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54931 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1486861 - /tomcat/trunk/test/org/apache/catalina/authenticator/TestFormAuthenticator.java

2013-05-28 Thread markt
Author: markt Date: Tue May 28 10:53:41 2013 New Revision: 1486861 URL: http://svn.apache.org/r1486861 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54944 Enhancements to TestFormAuthenticator. Patch by Brian Burch Modified:

svn commit: r1486863 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/authenticator/TestFormAuthenticator.java webapps/docs/changelog.xml

2013-05-28 Thread markt
Author: markt Date: Tue May 28 11:03:48 2013 New Revision: 1486863 URL: http://svn.apache.org/r1486863 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54944 Enhancements to TestFormAuthenticator. Patch by Brian Burch Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 54944] Enhancements to TestFormAuthenticator

2013-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54944 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1486877 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/InternalNioInputBuffer.java test/org/apache/catalina/startup/SimpleHttpClient.java test/org/apache/coyote/http11/TestI

2013-05-28 Thread markt
Author: markt Date: Tue May 28 11:32:00 2013 New Revision: 1486877 URL: http://svn.apache.org/r1486877 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54947 NIO connector incorrectly rejects a request if the CRLF terminating the request line is split across multiple packets. Patch

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

2013-05-28 Thread markt
Author: markt Date: Tue May 28 11:33:12 2013 New Revision: 1486878 URL: http://svn.apache.org/r1486878 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 54947] Http11NioProtocol generates HTTP 505 responses on valid requests if request is split across multiple packets

2013-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54947 --- Comment #4 from Mark Thomas ma...@apache.org --- Thanks for the report, test case and fix. I added a test to Tomcat's unit tests based on the provided test case that confirmed that problem. I also confirmed the proposed patch fixes the

[Bug 55019] jsp:include page=blabla flush=true/ failed to compile under security manager

2013-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55019 --- Comment #2 from jfclere jfcl...@gmail.com --- Created attachment 30336 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30336action=edit patch on SecurityClassLoad -- You are receiving this mail because: You are the assignee

svn commit: r1486884 - in /tomcat/trunk: java/org/apache/coyote/spdy/SpdyProxyProtocol.java webapps/docs/changelog.xml

2013-05-28 Thread markt
Author: markt Date: Tue May 28 11:41:57 2013 New Revision: 1486884 URL: http://svn.apache.org/r1486884 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54961 Make compress configurable in SpdyProxyProtocol. Patch by Sheldon Shao Modified:

[Bug 54961] Make compress configurable in SpdyProxyProtocol

2013-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54961 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

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

2013-05-28 Thread jfclere
Author: jfclere Date: Tue May 28 11:45:41 2013 New Revision: 1486887 URL: http://svn.apache.org/r1486887 Log: Propose another patch based on kkolinko suggestion. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1486888 - /tomcat/trunk/java/org/apache/tomcat/spdy/NetSupportSocket.java

2013-05-28 Thread markt
Author: markt Date: Tue May 28 11:46:56 2013 New Revision: 1486888 URL: http://svn.apache.org/r1486888 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54963 Fix concurrent issue of Spdy/NetSupportSocket Patch provided by Sheldon Shao Modified:

[Bug 54963] Concurrent issue of Spdy/NetSupportSocket

2013-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54963 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1486890 - /tomcat/trunk/java/org/apache/jasper/compiler/TagPluginManager.java

2013-05-28 Thread markt
Author: markt Date: Tue May 28 11:54:49 2013 New Revision: 1486890 URL: http://svn.apache.org/r1486890 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54964 Enable tag plug-ins to be packaged with a web application. Patch by Sheldon Shao. Modified:

svn commit: r1486891 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/TagPluginManager.java webapps/docs/changelog.xml

2013-05-28 Thread markt
Author: markt Date: Tue May 28 11:57:49 2013 New Revision: 1486891 URL: http://svn.apache.org/r1486891 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54964 Enable tag plug-ins to be packaged with a web application. Patch by Sheldon Shao. Modified: tomcat/tc7.0.x/trunk/ (props

[Bug 54964] Class loading issue of TagPlugin in TagPluginManager

2013-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54964 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

buildbot failure in ASF Buildbot on tomcat-7-trunk

2013-05-28 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1212 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

buildbot failure in ASF Buildbot on tomcat-trunk

2013-05-28 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/4383 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

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

2013-05-28 Thread remm
Author: remm Date: Tue May 28 13:55:00 2013 New Revision: 1486923 URL: http://svn.apache.org/r1486923 Log: (empty) Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 55019] jsp:include page=blabla flush=true/ failed to compile under security manager

2013-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55019 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Attachment #30328|0 |1

[Bug 55019] jsp:include page=blabla flush=true/ failed to compile under security manager

2013-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55019 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Attachment #30336|0 |1

svn commit: r1486939 - in /tomcat/trunk/java/org/apache/catalina: connector/Request.java core/ApplicationPart.java

2013-05-28 Thread markt
Author: markt Date: Tue May 28 14:37:50 2013 New Revision: 1486939 URL: http://svn.apache.org/r1486939 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54971 Pass the calculated location to AplicationPart rather than it having to recalculate it every time. Now correctly handles

svn commit: r1486942 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/Request.java java/org/apache/catalina/core/ApplicationPart.java webapps/docs/changelog.xml

2013-05-28 Thread markt
Author: markt Date: Tue May 28 14:48:58 2013 New Revision: 1486942 URL: http://svn.apache.org/r1486942 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54971 Pass the calculated location to AplicationPart rather than it having to recalculate it every time. Now correctly handles

[Bug 54971] javax.servlet.http.Part.write(String fileName) is not properly implemented

2013-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54971 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1486968 - in /tomcat/trunk/java/org/apache: coyote/spdy/SpdyAprNpnHandler.java coyote/spdy/SpdyProxyProtocol.java tomcat/spdy/SpdyContext.java

2013-05-28 Thread kkolinko
Author: kkolinko Date: Tue May 28 15:28:27 2013 New Revision: 1486968 URL: http://svn.apache.org/r1486968 Log: Correct typo in method name. (Noted when reviewing r1486884 ). Though I think it might be clearer to split this method into two separate setters, setTls() and setCompression().

buildbot success in ASF Buildbot on tomcat-trunk

2013-05-28 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/4384 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

buildbot success in ASF Buildbot on tomcat-7-trunk

2013-05-28 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1213 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

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

2013-05-28 Thread kkolinko
Author: kkolinko Date: Tue May 28 15:55:03 2013 New Revision: 1486978 URL: http://svn.apache.org/r1486978 Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

AsyncContext.dispatch(path) invoked more than once

2013-05-28 Thread Violeta Georgieva
Hi, In the AsyncContext.dispatch(path) javadoc we have: There can be at most one asynchronous dispatch operation per asynchronous cycle, which is started by a call to one of the

Re: AsyncContext.dispatch(path) invoked more than once

2013-05-28 Thread Mark Thomas
On 28/05/2013 19:51, Violeta Georgieva wrote: Hi, In the AsyncContext.dispatch(path) javadoc we have: There can be at most one asynchronous dispatch operation per asynchronous cycle, which is started by a call to one of the

Re: AsyncContext.dispatch(path) invoked more than once

2013-05-28 Thread Konstantin Kolinko
2013/5/28 Violeta Georgieva miles...@gmail.com: Hi, In the AsyncContext.dispatch(path) javadoc we have: There can be at most one asynchronous dispatch operation per asynchronous cycle, which is started by a call to one of the