svn commit: r1487822 - /tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java

2013-05-30 Thread markt
Author: markt Date: Thu May 30 11:32:34 2013 New Revision: 1487822 URL: http://svn.apache.org/r1487822 Log: Remove test code Modified: tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java Modified: tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.jav

svn commit: r1487824 - in /tomcat/trunk/java/org/apache: catalina/connector/ coyote/ coyote/http11/

2013-05-30 Thread markt
Author: markt Date: Thu May 30 11:51:47 2013 New Revision: 1487824 URL: http://svn.apache.org/r1487824 Log: Refactor write event registration for non-blocking IO. Unit tests pass on Windows. Need to check other platforms. Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteOutput

svn commit: r1487857 - /tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderMemoryLeak.java

2013-05-30 Thread markt
Author: markt Date: Thu May 30 13:25:29 2013 New Revision: 1487857 URL: http://svn.apache.org/r1487857 Log: Make test a little more robust Modified: tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderMemoryLeak.java Modified: tomcat/trunk/test/org/apache/catalina/loader/Test

svn commit: r1487859 - /tomcat/trunk/test/org/apache/tomcat/jni/

2013-05-30 Thread markt
Author: markt Date: Thu May 30 13:33:51 2013 New Revision: 1487859 URL: http://svn.apache.org/r1487859 Log: Remove this unnecessary test. The root cause of the APR/WebSocket problem was not repeating an incomplete write with exactly the same buffer. Removed: tomcat/trunk/test/org/apache/tomc

[Bug 55031] New: Update MANIFEST.MF for OSGi headers

2013-05-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55031 Bug ID: 55031 Summary: Update MANIFEST.MF for OSGi headers Product: Tomcat Modules Version: unspecified Hardware: All OS: All Status: NEW Severity:

svn commit: r1487862 - /tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java

2013-05-30 Thread markt
Author: markt Date: Thu May 30 13:49:40 2013 New Revision: 1487862 URL: http://svn.apache.org/r1487862 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54999 Fix JSESSIONIDSSO not recreated when a logout and login occur in the same request. Patch provided by Keith Mashinter Modified:

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

2013-05-30 Thread markt
Author: markt Date: Thu May 30 13:53:31 2013 New Revision: 1487863 URL: http://svn.apache.org/r1487863 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54999 Fix JSESSIONIDSSO not recreated when a logout and login occur in the same request. Patch provided by Keith Mashinter Modified:

[Bug 54999] JSESSIONIDSSO not re-created upon re-authentication on the same request - logout() and login(username,password)

2013-05-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54999 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55006] Add http proxy support for ClientEndpoint using system properties

2013-05-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55006 --- Comment #2 from Mark Thomas --- I'd like to wait for some indication of which way the WebSocket EG is going to head on this before starting any implementation. Generally, I dislike using system properties for any kind of configuration.

svn commit: r1487881 - /tomcat/trunk/test/org/apache/catalina/core/TestSwallowAbortedUploads.java

2013-05-30 Thread markt
Author: markt Date: Thu May 30 15:01:14 2013 New Revision: 1487881 URL: http://svn.apache.org/r1487881 Log: Remove unnecessary code Modified: tomcat/trunk/test/org/apache/catalina/core/TestSwallowAbortedUploads.java Modified: tomcat/trunk/test/org/apache/catalina/core/TestSwallowAbortedUplo

svn commit: r1487882 - /tomcat/trunk/test/org/apache/catalina/core/TestSwallowAbortedUploads.java

2013-05-30 Thread markt
Author: markt Date: Thu May 30 15:01:47 2013 New Revision: 1487882 URL: http://svn.apache.org/r1487882 Log: Get these tests passing on my Mac Modified: tomcat/trunk/test/org/apache/catalina/core/TestSwallowAbortedUploads.java Modified: tomcat/trunk/test/org/apache/catalina/core/TestSwallowA

svn commit: r1487991 - /tomcat/trunk/test/org/apache/catalina/tribes/TesterMulticast.java

2013-05-30 Thread markt
Author: markt Date: Thu May 30 19:56:35 2013 New Revision: 1487991 URL: http://svn.apache.org/r1487991 Log: Add a cut down, simple to debug, multicast tester than can be used to determine if multicast cluster membership is going to work in a given environment. Added: tomcat/trunk/test/org/ap

svn commit: r1487993 - /tomcat/trunk/test/org/apache/catalina/tribes/TesterMulticast.java

2013-05-30 Thread markt
Author: markt Date: Thu May 30 20:15:15 2013 New Revision: 1487993 URL: http://svn.apache.org/r1487993 Log: Finally figured out how t get multicast working locally on my mac. Document it. Modified: tomcat/trunk/test/org/apache/catalina/tribes/TesterMulticast.java Modified: tomcat/trunk/test/

CORS Filter

2013-05-30 Thread Jason Brittain
Hi all. Some of us at eBay noticed that Tomcat currently does not implement CORS ( http://www.w3.org/TR/cors/ ), but that some other modern web servers and servlet containers do. We were wondering whether you're interested in including our implementation of the spec, written by Mohit Soni < mohit

buildbot failure in ASF Buildbot on tomcat-trunk

2013-05-30 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/4397 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

Re: svn commit: r1487993 - /tomcat/trunk/test/org/apache/catalina/tribes/TesterMulticast.java

2013-05-30 Thread Rainer Jung
On 30.05.2013 22:15, ma...@apache.org wrote: > Author: markt > Date: Thu May 30 20:15:15 2013 > New Revision: 1487993 > > URL: http://svn.apache.org/r1487993 > Log: > Finally figured out how t get multicast working locally on my mac. Document > it. > > Modified: > tomcat/trunk/test/org/apach