[Bug 57530] Reimplement TestAbstractHttp11Processor.testNon2xxResponseWithExpectation test using SimpleHttpClient instead of Java 6

2015-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57530 --- Comment #5 from Christopher Schultz --- Having played-around with sun.net.http.allowRestrictedHeaders, I believe it's one of those things that gets consulted one time and then never looked-at again. That means that, if the tests are run in

Françoise Rebel est absente.

2015-06-12 Thread francoise . rebel
Je serai absent(e) du 12/06/2015 au 25/06/2015. Je répondrai à votre message dès mon retour. Pour toute urgence vous pouvez contacter le BIJ au 05 61 02 86 10 - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For

Re: [Bug 58004] Possible memory leak on ClientAbortException in Ajp

2015-06-12 Thread Christopher Schultz
Rémy, On 6/12/15 11:52 AM, bugzi...@apache.org wrote: > https://bz.apache.org/bugzilla/show_bug.cgi?id=58004 > > Remy Maucherat changed: > >What|Removed |Added > > Resolutio

svn commit: r1685147 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2015-06-12 Thread markt
Author: markt Date: Fri Jun 12 19:32:52 2015 New Revision: 1685147 URL: http://svn.apache.org/r1685147 Log: Use right i18n key Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java URL: http://svn.apac

[Bug 57974] getOpenSessions() bug

2015-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974 --- Comment #6 from Remy Maucherat --- TestWsWebSocketContainer, so it needs more work/review. -- You are receiving this mail because: You are the assignee for the bug. - To

buildbot failure in ASF Buildbot on tomcat-trunk

2015-06-12 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/1377 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedu

[Bug 57974] getOpenSessions() bug

2015-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974 --- Comment #5 from Remy Maucherat --- Good point. So I'll backport the fix then. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

[Bug 57974] getOpenSessions() bug

2015-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974 --- Comment #4 from Mark Thomas --- This issue will occur frequently in POJO endpoints since they all share the same Endpoint implementation class (which is how I suspect the OP hit this issue). -- You are receiving this mail because: You are

svn commit: r1685137 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java

2015-06-12 Thread markt
Author: markt Date: Fri Jun 12 17:21:12 2015 New Revision: 1685137 URL: http://svn.apache.org/r1685137 Log: Test for priority Added: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java (with props) Added: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java

svn commit: r1685136 - /tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

2015-06-12 Thread markt
Author: markt Date: Fri Jun 12 17:20:46 2015 New Revision: 1685136 URL: http://svn.apache.org/r1685136 Log: writeBody() log the actual length being written rather than the size of the data remaining in the buffer. allocate() don't update leftToAllocate until the allocation loop has completed Mo

svn commit: r1685134 - /tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

2015-06-12 Thread markt
Author: markt Date: Fri Jun 12 17:11:38 2015 New Revision: 1685134 URL: http://svn.apache.org/r1685134 Log: Don't release backlog until window size is positive Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Modified: tomcat/trunk/java/org/apache/coyote/http2/Htt

Re: org.apache.tomcat.util.net.AprEndpoint to 100% CPU

2015-06-12 Thread Milo van der Zee
Hello all, Should I submit a bug report? The fact that Tomcat starts consuming 100% CPU as soon as Apache-HTTP is restarted does to me sound like a bug. Without using APR there is no issue. Thanks, Milo On 06/07/2015 08:56 PM, Milo van der Zee wrote: Hello, I'm having trouble with the follo

[Bug 57974] getOpenSessions() bug

2015-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974 --- Comment #3 from Remy Maucherat --- Attempting fix in trunk, will backport if there are no issues. -- You are receiving this mail because: You are the assignee for the bug. -

svn commit: r1685129 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java

2015-06-12 Thread remm
Author: remm Date: Fri Jun 12 16:44:24 2015 New Revision: 1685129 URL: http://svn.apache.org/r1685129 Log: 57974: Key the open session map on the endpoint instance rather than endpoint class. Will backport if it doesn't cause issues. [forgot unregister ...] Modified: tomcat/trunk/java/org/ap

svn commit: r1685128 - in /tomcat/trunk/java/org/apache/tomcat/websocket: WsSession.java WsWebSocketContainer.java

2015-06-12 Thread remm
Author: remm Date: Fri Jun 12 16:42:31 2015 New Revision: 1685128 URL: http://svn.apache.org/r1685128 Log: 57974: Key the open session map on the endpoint instance rather than endpoint class. Will backport if it doesn't cause issues. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/Ws

svn commit: r1685126 - in /tomcat/trunk/java/org/apache/coyote/http2: Http2UpgradeHandler.java Stream.java

2015-06-12 Thread markt
Author: markt Date: Fri Jun 12 16:41:30 2015 New Revision: 1685126 URL: http://svn.apache.org/r1685126 Log: Fix an edge case bug - Window size may go negative due to handling of rounding errors Fix a nasty type s/=-/-=/ that was causing strange allocation effects Modified: tomcat/trunk/java/

[Bug 58004] Possible memory leak on ClientAbortException in Ajp

2015-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58004 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

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

2015-06-12 Thread remm
Author: remm Date: Fri Jun 12 15:43:16 2015 New Revision: 1685108 URL: http://svn.apache.org/r1685108 Log: 58004: AJP would buffer data even in blocking mode, leading to leaking. Should not affect trunk from what I can see. Modified: tomcat/tc8.0.x/trunk/java/org/apache/coyote/ajp/AbstractAj

[Bug 57282] request process UML diagram seems outdated

2015-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57282 --- Comment #29 from Stephen Chen --- Created attachment 32814 --> https://bz.apache.org/bugzilla/attachment.cgi?id=32814&action=edit Authenticate pdf -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 57282] request process UML diagram seems outdated

2015-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57282 --- Comment #28 from Stephen Chen --- Created attachment 32813 --> https://bz.apache.org/bugzilla/attachment.cgi?id=32813&action=edit request process pdf version -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 57974] getOpenSessions() bug

2015-06-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974 Remy Maucherat changed: What|Removed |Added Severity|critical|minor OS|Windows XP

buildbot success in ASF Buildbot on tomcat-trunk

2015-06-12 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/1373 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

buildbot exception in ASF Buildbot on tomcat-trunk

2015-06-12 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/1374 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSc

svn commit: r1685091 - in /tomcat/trunk/java/org/apache/coyote/http2: Http2UpgradeHandler.java LocalStrings.properties

2015-06-12 Thread markt
Author: markt Date: Fri Jun 12 13:45:44 2015 New Revision: 1685091 URL: http://svn.apache.org/r1685091 Log: Add some debug logging to the allocate process when there is a backlog. Fix some bugs identified by unit test I haven't committed yet (because it is still failing) Modified: tomcat/tru

svn commit: r1685079 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_1.java

2015-06-12 Thread markt
Author: markt Date: Fri Jun 12 12:48:44 2015 New Revision: 1685079 URL: http://svn.apache.org/r1685079 Log: Fix test error highlighted by fix in window size handling Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_1.java Modified: tomcat/trunk/test/org/apache/coyote/ht

buildbot exception in ASF Buildbot on tomcat-trunk

2015-06-12 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/1372 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSc

svn commit: r1685066 - in /tomcat/trunk/java/org/apache/coyote/http2: AbstractStream.java LocalStrings.properties

2015-06-12 Thread markt
Author: markt Date: Fri Jun 12 11:19:55 2015 New Revision: 1685066 URL: http://svn.apache.org/r1685066 Log: Add debug logging Fix logic error in overflow protection Modified: tomcat/trunk/java/org/apache/coyote/http2/AbstractStream.java tomcat/trunk/java/org/apache/coyote/http2/LocalStrin

svn commit: r1685065 - /tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

2015-06-12 Thread markt
Author: markt Date: Fri Jun 12 11:17:08 2015 New Revision: 1685065 URL: http://svn.apache.org/r1685065 Log: Remove stray '-' after splitting of increment and decrement methods Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Modified: tomcat/trunk/java/org/apache/

buildbot failure in ASF Buildbot on tomcat-trunk

2015-06-12 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/1371 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedu

svn commit: r1685053 - /tomcat/trunk/java/org/apache/coyote/http2/AbstractStream.java

2015-06-12 Thread markt
Author: markt Date: Fri Jun 12 09:37:23 2015 New Revision: 1685053 URL: http://svn.apache.org/r1685053 Log: Protect against windowSize overflow Modified: tomcat/trunk/java/org/apache/coyote/http2/AbstractStream.java Modified: tomcat/trunk/java/org/apache/coyote/http2/AbstractStream.java URL: