svn commit: r1702910 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 11:24:05 2015 New Revision: 1702910 URL: http://svn.apache.org/r1702910 Log: Fix regression in r1702886 Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

buildbot exception in ASF Buildbot on tomcat-trunk

2015-09-14 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/258 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1702911 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/AbstractEndpoint.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 11:25:43 2015 New Revision: 1702911 URL: http://svn.apache.org/r1702911 Log: Fix regression in r1702887 Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java Propchange:

svn commit: r1702913 - /tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 11:50:21 2015 New Revision: 1702913 URL: http://svn.apache.org/r1702913 Log: Remove some of the deprecated code Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java URL:

svn commit: r1702923 - in /tomcat/trunk/java/org/apache/catalina/realm: JAASCallbackHandler.java RealmBase.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 12:33:37 2015 New Revision: 1702923 URL: http://svn.apache.org/r1702923 Log: JAAS Realm should be using CredentialHandler to mutate passwords Modified: tomcat/trunk/java/org/apache/catalina/realm/JAASCallbackHandler.java

svn commit: r1702929 - /tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 12:41:03 2015 New Revision: 1702929 URL: http://svn.apache.org/r1702929 Log: Refactor to remove deprecated code Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java URL:

svn commit: r1702924 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/realm/JAASCallbackHandler.java java/org/apache/catalina/realm/RealmBase.java webapps/docs/changelog.xml

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 12:35:39 2015 New Revision: 1702924 URL: http://svn.apache.org/r1702924 Log: JAAS Realm should be using CredentialHandler to mutate passwords Modified: tomcat/tc8.0.x/trunk/ (props changed)

buildbot failure in ASF Buildbot on tomcat-trunk

2015-09-14 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/259 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

Re: svn commit: r1702887 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/AbstractEndpoint.java webapps/docs/changelog.xml

2015-09-14 Thread Mark Thomas
On 14/09/2015 11:42, Konstantin Kolinko wrote: > 2015-09-14 12:47 GMT+03:00 : >> Author: markt >> Date: Mon Sep 14 09:47:50 2015 >> New Revision: 1702887 >> >> URL: http://svn.apache.org/r1702887 >> Log: >> Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58370 >> Fix data

buildbot success in ASF Buildbot on tomcat-8-trunk

2015-09-14 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/112 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1702930 - /tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 12:42:21 2015 New Revision: 1702930 URL: http://svn.apache.org/r1702930 Log: Refactor to remove remaining deprecated code Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java

Re: NIO sendfile

2015-09-14 Thread jean-frederic clere
On 09/14/2015 10:44 AM, jean-frederic clere wrote: On 09/14/2015 10:21 AM, Mark Thomas wrote: On 14/09/2015 09:16, jean-frederic clere wrote: Hi, I have noted that "sendfile" with the NIO connector doesn't fill the CPU on a load test I am testing HTTP/1.1 with:

svn commit: r1702932 - /tomcat/trunk/java/org/apache/el/parser/SimpleCharStream.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 12:48:08 2015 New Revision: 1702932 URL: http://svn.apache.org/r1702932 Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/el/parser/SimpleCharStream.java Modified: tomcat/trunk/java/org/apache/el/parser/SimpleCharStream.java URL:

Re: svn commit: r1702887 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/AbstractEndpoint.java webapps/docs/changelog.xml

2015-09-14 Thread Konstantin Kolinko
2015-09-14 12:47 GMT+03:00 : > Author: markt > Date: Mon Sep 14 09:47:50 2015 > New Revision: 1702887 > > URL: http://svn.apache.org/r1702887 > Log: > Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58370 > Fix data races when executor is being shut down > > Modified: >

svn commit: r1702914 - /tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 11:53:58 2015 New Revision: 1702914 URL: http://svn.apache.org/r1702914 Log: Remove more deprecated code Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java URL:

svn commit: r1702927 - /tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 12:39:23 2015 New Revision: 1702927 URL: http://svn.apache.org/r1702927 Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java URL:

svn commit: r1702933 - /tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 12:48:25 2015 New Revision: 1702933 URL: http://svn.apache.org/r1702933 Log: Remove comments that refer to code long since removed. Modified: tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java Modified:

Re: svn commit: r1702932 - /tomcat/trunk/java/org/apache/el/parser/SimpleCharStream.java

2015-09-14 Thread Konstantin Kolinko
2015-09-14 15:48 GMT+03:00 : > Author: markt > Date: Mon Sep 14 12:48:08 2015 > New Revision: 1702932 > > URL: http://svn.apache.org/r1702932 > Log: > Remove deprecated code > > Modified: > tomcat/trunk/java/org/apache/el/parser/SimpleCharStream.java > > Modified:

Re: NIO sendfile

2015-09-14 Thread Rémy Maucherat
2015-09-14 14:45 GMT+02:00 jean-frederic clere : > Somehow that didn't help: > +++ > 745 Exception in thread "https-nio-8003-exec-95" Exception in thread > "https-nio-8003-exec-56" Exception in thread "https-nio-8003-exec-66" > Exception in thread

Re: svn commit: r1702765 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/http/ java/org/apache/tomcat/util/http/res/

2015-09-14 Thread Rémy Maucherat
2015-09-13 13:55 GMT+02:00 : > Author: markt > Date: Sun Sep 13 11:55:39 2015 > New Revision: 1702765 > > URL: http://svn.apache.org/r1702765 > Log: > RFC 7230 states that clients should ignore reason phrases in HTTP/1.1 > response messages. Since the reason phrase is optional,

svn commit: r1702957 - /tomcat/trunk/java/org/apache/el/parser/SimpleCharStream.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 14:04:46 2015 New Revision: 1702957 URL: http://svn.apache.org/r1702957 Log: Revert r1702932 Modified: tomcat/trunk/java/org/apache/el/parser/SimpleCharStream.java Modified: tomcat/trunk/java/org/apache/el/parser/SimpleCharStream.java URL:

svn commit: r1702949 - in /tomcat/trunk/java/org/apache/tomcat/util/net: Nio2Endpoint.java SecureNio2Channel.java

2015-09-14 Thread remm
Author: remm Date: Mon Sep 14 13:31:30 2015 New Revision: 1702949 URL: http://svn.apache.org/r1702949 Log: Improve processing for async IO errors so that it goes through the normal code (including the "free" buffer method). Modified:

Re: svn commit: r1702765 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/http/ java/org/apache/tomcat/util/http/res/

2015-09-14 Thread Mark Thomas
On 14/09/2015 14:33, Rémy Maucherat wrote: > 2015-09-13 13:55 GMT+02:00 : > >> Author: markt >> Date: Sun Sep 13 11:55:39 2015 >> New Revision: 1702765 >> >> URL: http://svn.apache.org/r1702765 >> Log: >> RFC 7230 states that clients should ignore reason phrases in HTTP/1.1 >>

Re: svn commit: r1702765 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/http/ java/org/apache/tomcat/util/http/res/

2015-09-14 Thread Konstantin Kolinko
2015-09-13 14:55 GMT+03:00 : > Author: markt > Date: Sun Sep 13 11:55:39 2015 > New Revision: 1702765 > > URL: http://svn.apache.org/r1702765 > Log: > RFC 7230 states that clients should ignore reason phrases in HTTP/1.1 > response messages. Since the reason phrase is optional,

Re: svn commit: r1702765 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/http/ java/org/apache/tomcat/util/http/res/

2015-09-14 Thread Mark Thomas
On 14/09/2015 15:06, Mark Thomas wrote: > On 14/09/2015 14:33, Rémy Maucherat wrote: >> 2015-09-13 13:55 GMT+02:00 : >> >>> Author: markt >>> Date: Sun Sep 13 11:55:39 2015 >>> New Revision: 1702765 >>> >>> URL: http://svn.apache.org/r1702765 >>> Log: >>> RFC 7230 states that

svn commit: r1702962 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2015-09-14 Thread remm
Author: remm Date: Mon Sep 14 14:44:06 2015 New Revision: 1702962 URL: http://svn.apache.org/r1702962 Log: Similar to NIO2, async NIO sendfile needs to deallocate and recycle the buffer. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified:

Re: svn commit: r1702932 - /tomcat/trunk/java/org/apache/el/parser/SimpleCharStream.java

2015-09-14 Thread Mark Thomas
On 14/09/2015 14:01, Konstantin Kolinko wrote: > 2015-09-14 15:48 GMT+03:00 : >> Author: markt >> Date: Mon Sep 14 12:48:08 2015 >> New Revision: 1702932 >> >> URL: http://svn.apache.org/r1702932 >> Log: >> Remove deprecated code >> >> Modified: >>

svn commit: r1702970 - in /tomcat/trunk/test/org/apache/catalina/authenticator: TestNonLoginAndBasicAuthenticator.java TestSSOnonLoginAndBasicAuthenticator.java TestSSOnonLoginAndDigestAuthenticator.j

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 15:36:35 2015 New Revision: 1702970 URL: http://svn.apache.org/r1702970 Log: Fix various cookie related issues in Authenticator tests now the RFC6265 cookie parser is used by default Modified:

buildbot exception in ASF Buildbot on tomcat-8-trunk

2015-09-14 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/114 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1702981 - /tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 15:59:24 2015 New Revision: 1702981 URL: http://svn.apache.org/r1702981 Log: Remove (duplicate) references to deleted class. Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java Modified:

svn commit: r1702984 - /tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 16:07:19 2015 New Revision: 1702984 URL: http://svn.apache.org/r1702984 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58372 Fix rare data races closed and suspended flags that could be triggered by async processing. Modified:

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

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 15:52:16 2015 New Revision: 1702979 URL: http://svn.apache.org/r1702979 Log: Fix tests now that Tomcat no longer provides a reason phrase in the response line. Modified: tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java Modified:

svn commit: r1702985 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/OutputBuffer.java webapps/docs/changelog.xml

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 16:09:51 2015 New Revision: 1702985 URL: http://svn.apache.org/r1702985 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58372 Fix rare data races closed and suspended flags that could be triggered by async processing. Modified: tomcat/tc8.0.x/trunk/

svn commit: r1702971 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 15:39:46 2015 New Revision: 1702971 URL: http://svn.apache.org/r1702971 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58371 Fix data race accessing request URI in String form when switching from non-async to async due to early triggering of the gathering

svn commit: r1702973 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java webapps/docs/changelog.xml

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 15:42:41 2015 New Revision: 1702973 URL: http://svn.apache.org/r1702973 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58371 Fix data race accessing request URI in String form when switching from non-async to async due to early triggering of the gathering

svn commit: r1702987 - /tomcat/trunk/test/org/apache/coyote/ajp/TestAbstractAjpProcessor.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 16:13:58 2015 New Revision: 1702987 URL: http://svn.apache.org/r1702987 Log: Fix tests now that Tomcat no longer provides a reason phrase in the response line. For AJP it provides the status code as a String since some mod_jk / httpd 2.2.x combinations can't

[Bug 58372] Data race on field org.apache.catalina.connector.OutputBuffer.suspended

2015-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58372 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 58371] Data races on field org.apache.tomcat.util.buf.MessageBytes.hasStrValue & strValue

2015-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58371 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

buildbot success in ASF Buildbot on tomcat-8-trunk

2015-09-14 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/115 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1703007 - /tomcat/trunk/test/org/apache/tomcat/util/http/CookiesBaseTest.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 17:39:41 2015 New Revision: 1703007 URL: http://svn.apache.org/r1703007 Log: These tests expect the LegacyCookieProcessor Modified: tomcat/trunk/test/org/apache/tomcat/util/http/CookiesBaseTest.java Modified:

[Bug 58377] Data race on field org.apache.coyote.http11.AbstractHttp11Processor.keepAlive

2015-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58377 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1703051 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 20:20:07 2015 New Revision: 1703051 URL: http://svn.apache.org/r1703051 Log: Avoid an unnecessary write Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java Propchange:

svn commit: r1703050 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 20:19:03 2015 New Revision: 1703050 URL: http://svn.apache.org/r1703050 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58377 When switching to async, the keep-alive flag is accessed concurrently Modified:

svn commit: r1703049 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 20:16:52 2015 New Revision: 1703049 URL: http://svn.apache.org/r1703049 Log: Avoid an unnecessary write Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java URL:

svn commit: r1703052 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java webapps/docs/changelog.xml

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 20:23:14 2015 New Revision: 1703052 URL: http://svn.apache.org/r1703052 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58377 When switching to async, the keep-alive flag is accessed concurrently Modified: tomcat/tc8.0.x/trunk/ (props changed)

[Bug 58410] New: org.apache.catalina.loader.WebappClassLoader clearReferencesThreads The web application [/message-center-web] appears to have started a thread named [New I/O worker #1] but has failed

2015-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58410 Bug ID: 58410 Summary: org.apache.catalina.loader.WebappClassLoader clearReferencesThreads The web application [/message-center-web] appears to have started a thread

[Bug 58410] org.apache.catalina.loader.WebappClassLoader clearReferencesThreads The web application [/message-center-web] appears to have started a thread named [New I/O worker #1] but has failed to s

2015-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58410 mauersu changed: What|Removed |Added Keywords||ErrorMessage --- Comment

[Bug 58410] org.apache.catalina.loader.WebappClassLoader clearReferencesThreads The web application [/message-center-web] appears to have started a thread named [New I/O worker #1] but has failed to s

2015-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58410 Chuck Caldarale changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 58410] org.apache.catalina.loader.WebappClassLoader clearReferencesThreads The web application [/message-center-web] appears to have started a thread named [New I/O worker #1] but has failed to s

2015-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58410 --- Comment #2 from Chuck Caldarale --- Bugzilla is not a support forum. Post your query on the Tomcat Users mailing list, as this is clearly an application bug. -- You are receiving this mail because: You are

[Bug 58410] org.apache.catalina.loader.WebappClassLoader clearReferencesThreads The web application [/message-center-web] appears to have started a thread named [New I/O worker #1] but has failed to s

2015-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58410 --- Comment #3 from mauersu --- (In reply to Chuck Caldarale from comment #2) > Bugzilla is not a support forum. Post your query on the Tomcat Users > mailing list, as this is clearly an application bug. sorry . i 'm fresh

svn commit: r1702863 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/cookie-processor.xml

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 08:03:09 2015 New Revision: 1702863 URL: http://svn.apache.org/r1702863 Log: Add docs for missing property alwaysAddExpires on LegacyCookieProcessor Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

Re: svn commit: r1702821 - in /tomcat/tc8.0.x/trunk: java/org/apache/tomcat/util/http/HttpMessages.java webapps/docs/changelog.xml

2015-09-14 Thread Mark Thomas
On 13/09/2015 23:11, Caldarale, Charles R wrote: >> From: ma...@apache.org [mailto:ma...@apache.org] >> Subject: svn commit: r1702821 - in /tomcat/tc8.0.x/trunk: >> java/org/apache/tomcat/util/http/HttpMessages.java webapps/docs/changelog.xml > >> ---

svn commit: r1702862 - /tomcat/trunk/webapps/docs/config/cookie-processor.xml

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 08:00:49 2015 New Revision: 1702862 URL: http://svn.apache.org/r1702862 Log: Add docs for missing property alwaysAddExpires on LegacyCookieProcessor Modified: tomcat/trunk/webapps/docs/config/cookie-processor.xml Modified:

svn commit: r1703024 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 18:30:22 2015 New Revision: 1703024 URL: http://svn.apache.org/r1703024 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58373 Fix rare data race with the application event listeners for StandardContext Modified:

[Bug 58373] Data race on field org.apache.catalina.core.StandardContext.applicationEventListenersObjects

2015-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58373 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1703025 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 18:32:06 2015 New Revision: 1703025 URL: http://svn.apache.org/r1703025 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58373 Fix rare data race with the application event listeners for StandardContext Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1703040 - /tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 19:42:24 2015 New Revision: 1703040 URL: http://svn.apache.org/r1703040 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58374 Fix a rare data race in the AsyncContext implementation for access to the internal Tomcat request object to which it holds a

svn commit: r1703041 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/AsyncContextImpl.java webapps/docs/changelog.xml

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 19:44:05 2015 New Revision: 1703041 URL: http://svn.apache.org/r1703041 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57834 Fix a rare data race in the AsyncContext implementation for access to the internal Tomcat request object to which it holds a

[Bug 58374] Data race on field org.apache.catalina.core.AsyncContextImpl.request

2015-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58374 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

[Bug 58375] Data races inside class org.apache.coyote.Response

2015-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58375 --- Comment #2 from Mark Thomas --- The first one should have been fixed as part of the fix for bug 58371. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1703044 - /tomcat/trunk/java/org/apache/coyote/Response.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 19:55:16 2015 New Revision: 1703044 URL: http://svn.apache.org/r1703044 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58375 Fix a rare data race on the internal flag Tomcat uses to mark a response as committed. Modified:

svn commit: r1703046 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/Response.java webapps/docs/changelog.xml

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 19:57:01 2015 New Revision: 1703046 URL: http://svn.apache.org/r1703046 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58375 Fix a rare data race on the internal flag Tomcat uses to mark a response as committed. Modified: tomcat/tc8.0.x/trunk/

[Bug 58375] Data races inside class org.apache.coyote.Response

2015-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58375 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

NIO sendfile

2015-09-14 Thread jean-frederic clere
Hi, I have noted that "sendfile" with the NIO connector doesn't fill the CPU on a load test I am testing HTTP/1.1 with: sslImplementationName="org.apache.tomcat.util.net.openssl.OpenSSLImplementation" 16 ab creating 80 connections requesting files from 4K to 32M NIO2 works as excepted with

Re: NIO sendfile

2015-09-14 Thread Mark Thomas
On 14/09/2015 09:16, jean-frederic clere wrote: > Hi, > > I have noted that "sendfile" with the NIO connector doesn't fill the CPU > on a load test I am testing HTTP/1.1 with: > sslImplementationName="org.apache.tomcat.util.net.openssl.OpenSSLImplementation" > > > 16 ab creating 80 connections

Re: NIO sendfile

2015-09-14 Thread jean-frederic clere
On 09/14/2015 10:21 AM, Mark Thomas wrote: On 14/09/2015 09:16, jean-frederic clere wrote: Hi, I have noted that "sendfile" with the NIO connector doesn't fill the CPU on a load test I am testing HTTP/1.1 with: sslImplementationName="org.apache.tomcat.util.net.openssl.OpenSSLImplementation"

svn commit: r1702873 - /tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/http/HttpMessages.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 08:54:24 2015 New Revision: 1702873 URL: http://svn.apache.org/r1702873 Log: Simpler, thread-safe code. Better throughput over anything more than 1000 requests. Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/http/HttpMessages.java Modified:

svn commit: r1702881 - in /tomcat/trunk/java/org/apache/catalina: Context.java core/LocalStrings.properties core/StandardContext.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 09:27:05 2015 New Revision: 1702881 URL: http://svn.apache.org/r1702881 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58369 Fix a rare data race in the code that obtains the CookieProcessor instance for the Context. Modified:

svn commit: r1702882 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/Context.java java/org/apache/catalina/core/LocalStrings.properties java/org/apache/catalina/core/StandardContext.java webap

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 09:28:59 2015 New Revision: 1702882 URL: http://svn.apache.org/r1702882 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58369 Fix a rare data race in the code that obtains the CookieProcessor instance for the Context. Modified: tomcat/tc8.0.x/trunk/

svn commit: r1702884 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml webapps/docs/config/cookie-processor.xml

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 09:34:38 2015 New Revision: 1702884 URL: http://svn.apache.org/r1702884 Log: Switch the default cookie parser to the one based on RFC6265 Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java tomcat/trunk/webapps/docs/changelog.xml

[Bug 58369] Data race on field org.apache.catalina.core.StandardContext.cookieProcessor

2015-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58369 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1702886 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 09:46:34 2015 New Revision: 1702886 URL: http://svn.apache.org/r1702886 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58370 Fix data races when executor is being shut down Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

svn commit: r1702887 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/AbstractEndpoint.java webapps/docs/changelog.xml

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 09:47:50 2015 New Revision: 1702887 URL: http://svn.apache.org/r1702887 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58370 Fix data races when executor is being shut down Modified: tomcat/tc8.0.x/trunk/ (props changed)

[Bug 58370] Data race on field org.apache.tomcat.util.net.AbstractEndpoint.executor

2015-09-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58370 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

Re: svn commit: r1702821 - in /tomcat/tc8.0.x/trunk: java/org/apache/tomcat/util/http/HttpMessages.java webapps/docs/changelog.xml

2015-09-14 Thread Mark Thomas
On 14/09/2015 09:00, Mark Thomas wrote: > On 13/09/2015 23:11, Caldarale, Charles R wrote: >>> From: ma...@apache.org [mailto:ma...@apache.org] >>> Subject: svn commit: r1702821 - in /tomcat/tc8.0.x/trunk: >>> java/org/apache/tomcat/util/http/HttpMessages.java >>> webapps/docs/changelog.xml >>

svn commit: r1702874 - /tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TesterHttpMessagesPerformance.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 09:04:55 2015 New Revision: 1702874 URL: http://svn.apache.org/r1702874 Log: Add test class I've been using for benchmarking Added: tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/http/TesterHttpMessagesPerformance.java (with props) Added:

svn commit: r1702875 - in /tomcat/trunk/java/org/apache/tomcat/util/http: LegacyCookieProcessor.java SetCookieSupport.java

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 09:07:34 2015 New Revision: 1702875 URL: http://svn.apache.org/r1702875 Log: Remove deprecated code. Removed: tomcat/trunk/java/org/apache/tomcat/util/http/SetCookieSupport.java Modified:

svn commit: r1702878 - in /tomcat/trunk: java/org/apache/tomcat/util/http/CookieSupport.java java/org/apache/tomcat/util/http/LegacyCookieProcessor.java webapps/docs/config/cookie-processor.xml webapp

2015-09-14 Thread markt
Author: markt Date: Mon Sep 14 09:14:23 2015 New Revision: 1702878 URL: http://svn.apache.org/r1702878 Log: Remove deprecated code. Removed: tomcat/trunk/java/org/apache/tomcat/util/http/CookieSupport.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.java

buildbot exception in ASF Buildbot on tomcat-8-trunk

2015-09-14 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/111 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The