[Bug 54085] New: ssl_socket_recv sometimes loops infinitely with non-blocking sockets

2012-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54085 Priority: P2 Bug ID: 54085 Assignee: dev@tomcat.apache.org Summary: ssl_socket_recv sometimes loops infinitely with non-blocking sockets Severity: normal

[Bug 54085] ssl_socket_recv sometimes loops infinitely with non-blocking sockets

2012-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54085 Sergey Vladimirov vlser...@gmail.com changed: What|Removed |Added CC|

[Bug 54086] New: ConcurrentModificationException in NioReceiver on shutdown

2012-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54086 Priority: P2 Bug ID: 54086 Assignee: dev@tomcat.apache.org Summary: ConcurrentModificationException in NioReceiver on shutdown Severity: normal Classification:

[GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2012-11-01 Thread Gump
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-taglibs-standard has an issue affecting its community

[Bug 54087] New: HTTP Connector incorrectly throws Exception on Invalid If-Modified-Since Header

2012-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54087 Priority: P2 Bug ID: 54087 Assignee: dev@tomcat.apache.org Summary: HTTP Connector incorrectly throws Exception on Invalid If-Modified-Since Header Severity: normal

Re: buildbot failure in ASF Buildbot on tomcat-7-trunk

2012-11-01 Thread Mark Thomas
On 01/11/2012 00:03, Konstantin Kolinko wrote: 2012/11/1 build...@apache.org: 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/890 Buildbot URL:

svn commit: r1404658 - /tomcat/trunk/test/webapp-3.0-fragments/WEB-INF/lib/resources2.jar

2012-11-01 Thread markt
Author: markt Date: Thu Nov 1 16:23:54 2012 New Revision: 1404658 URL: http://svn.apache.org/viewvc?rev=1404658view=rev Log: Fix broken test by adding relative ordering to resources2.jar so it is processed after resources.jar Modified:

svn commit: r1404660 - in /tomcat/tc7.0.x/trunk: ./ test/webapp-3.0-fragments/WEB-INF/lib/resources2.jar

2012-11-01 Thread markt
Author: markt Date: Thu Nov 1 16:24:27 2012 New Revision: 1404660 URL: http://svn.apache.org/viewvc?rev=1404660view=rev Log: Fix broken test by adding relative ordering to resources2.jar so it is processed after resources.jar Modified: tomcat/tc7.0.x/trunk/ (props changed)

buildbot success in ASF Buildbot on tomcat-trunk

2012-11-01 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/3513 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

svn commit: r1404704 - in /tomcat/trunk: java/org/apache/catalina/deploy/WebXml.java test/org/apache/catalina/deploy/TestWebXmlOrdering.java

2012-11-01 Thread markt
Author: markt Date: Thu Nov 1 18:13:20 2012 New Revision: 1404704 URL: http://svn.apache.org/viewvc?rev=1404704view=rev Log: Handle case where relative ordering refers top fragments that are not present in the application Modified: tomcat/trunk/java/org/apache/catalina/deploy/WebXml.java

svn commit: r1404705 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/deploy/WebXml.java test/org/apache/catalina/deploy/TestWebXmlOrdering.java

2012-11-01 Thread markt
Author: markt Date: Thu Nov 1 18:14:14 2012 New Revision: 1404705 URL: http://svn.apache.org/viewvc?rev=1404705view=rev Log: Handle case where relative ordering refers to fragments that are not present in the application Modified: tomcat/tc7.0.x/trunk/ (props changed)

Re: Resources - merging back the changes

2012-11-01 Thread Mark Thomas
On 01/11/2012 05:21, Costin Manolache wrote: On Wed, Oct 31, 2012 at 4:41 PM, Costin Manolache cos...@gmail.com wrote: Hi Mark, I synced from HEAD - and noticed that DefaultServlet.PUT now fails with '403' if the resource already exists. I'm pretty sure this used to work, and at least for

Re: Resources - merging back the changes

2012-11-01 Thread Mark Thomas
On 01/11/2012 18:25, Mark Thomas wrote: On 01/11/2012 05:21, Costin Manolache wrote: On Wed, Oct 31, 2012 at 4:41 PM, Costin Manolache cos...@gmail.com wrote: Hi Mark, I synced from HEAD - and noticed that DefaultServlet.PUT now fails with '403' if the resource already exists. I'm pretty

svn commit: r1404724 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/servlets/ java/org/apache/catalina/webresources/ test/org/apache/catalina/webresources/

2012-11-01 Thread markt
Author: markt Date: Thu Nov 1 18:54:14 2012 New Revision: 1404724 URL: http://svn.apache.org/viewvc?rev=1404724view=rev Log: Restore ability for HTTP PUT to overwrite an existing resource Modified: tomcat/trunk/java/org/apache/catalina/WebResourceRoot.java

buildbot success in ASF Buildbot on tomcat-7-trunk

2012-11-01 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/892 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

svn commit: r1404773 - in /tomcat/trunk: java/org/apache/tomcat/util/http/parser/HttpParser2.java test/org/apache/tomcat/util/http/parser/TestHttpParser2.java

2012-11-01 Thread markt
Author: markt Date: Thu Nov 1 21:29:16 2012 New Revision: 1404773 URL: http://svn.apache.org/viewvc?rev=1404773view=rev Log: Initial implementation of a possible solution for BZ 54060. TODO before using this solution: - lots more test cases - check performance Added:

[Bug 54060] DigestAuthenticator doesn't parse Authorization header correctly

2012-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54060 --- Comment #8 from Mark Thomas ma...@apache.org --- I have added a first cut of a new HTTP header parser to trunk. The tests attached to this issue pass but there is more work to do before the new parser can be used to solve this issue.