[Bug 59904] memery leak--ServerCookie

2016-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904 --- Comment #3 from Huxing Zhang --- > A maxHeaderSize of 8k has limit the number of ServerCookie object to no more > than 2k Correction: We have just observed many 4k ServerCookie object array in org.apache.tomcat.util.http.Cookies#scookies

buildbot success in on tomcat-8-trunk

2016-07-27 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/686 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1754314 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/core/TestAsyncContextImpl.java

2016-07-27 Thread markt
Author: markt Date: Wed Jul 27 16:34:21 2016 New Revision: 1754314 URL: http://svn.apache.org/viewvc?rev=1754314&view=rev Log: Remove test I opted to host elsewhere Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.ja

svn commit: r1754313 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/core/TestAsyncContextImpl.java

2016-07-27 Thread markt
Author: markt Date: Wed Jul 27 16:32:38 2016 New Revision: 1754313 URL: http://svn.apache.org/viewvc?rev=1754313&view=rev Log: Remove test I opted to host elsewhere Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.ja

svn commit: r1754312 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/catalina/core/TestAsyncContextImpl.java

2016-07-27 Thread markt
Author: markt Date: Wed Jul 27 16:31:42 2016 New Revision: 1754312 URL: http://svn.apache.org/viewvc?rev=1754312&view=rev Log: Remove test I opted to host elsewhere Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.ja

svn commit: r1754310 - /tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java

2016-07-27 Thread markt
Author: markt Date: Wed Jul 27 16:28:35 2016 New Revision: 1754310 URL: http://svn.apache.org/viewvc?rev=1754310&view=rev Log: Remove test I opted to host elsewhere Modified: tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java Modified: tomcat/trunk/test/org/apache/catalina/

svn commit: r1754306 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/util/ test/org/apache/catalina/co

2016-07-27 Thread markt
Author: markt Date: Wed Jul 27 16:24:26 2016 New Revision: 1754306 URL: http://svn.apache.org/viewvc?rev=1754306&view=rev Log: Decode the path provided to the request dispatcher by default. The reasoning is: - the servlet spec is clear (see 9.1.1) that path can include a query string; - the query

buildbot failure in on tomcat-8-trunk

2016-07-27 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/685 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

svn commit: r1754287 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ test/org/apache/catal

2016-07-27 Thread markt
Author: markt Date: Wed Jul 27 15:58:11 2016 New Revision: 1754287 URL: http://svn.apache.org/viewvc?rev=1754287&view=rev Log: Decode the path provided to the request dispatcher by default. The reasoning is: - the servlet spec is clear (see 9.1.1) that path can include a query string; - the query

svn commit: r1754286 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ test/org/apache/catal

2016-07-27 Thread markt
Author: markt Date: Wed Jul 27 15:55:59 2016 New Revision: 1754286 URL: http://svn.apache.org/viewvc?rev=1754286&view=rev Log: Decode the path provided to the request dispatcher by default. The reasoning is: - the servlet spec is clear (see 9.1.1) that path can include a query string; - the query

svn commit: r1754282 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ test/org/apache/catal

2016-07-27 Thread markt
Author: markt Date: Wed Jul 27 15:50:57 2016 New Revision: 1754282 URL: http://svn.apache.org/viewvc?rev=1754282&view=rev Log: Decode the path provided to the request dispatcher by default. The reasoning is: - the servlet spec is clear (see 9.1.1) that path can include a query string; - the query

svn commit: r1754281 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ test/org/apache/catalina/core/ t

2016-07-27 Thread markt
Author: markt Date: Wed Jul 27 15:47:44 2016 New Revision: 1754281 URL: http://svn.apache.org/viewvc?rev=1754281&view=rev Log: Decode the path provided to the request dispatcher by default. The reasoning is: - the servlet spec is clear (see 9.1.1) that path can include a query string; - the query

[Bug 59904] memery leak--ServerCookie

2016-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904 --- Comment #2 from Huxing Zhang --- We saw two issues in this case: 1) the size of org.apache.tomcat.util.http.Cookies#scookies array never gets shrunk after recycle, once it is dynamically resized. 2) the number of org.apache.tomcat.util.

[Bug 59904] memery leak--ServerCookie

2016-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904 --- Comment #1 from sunqi --- ps we use async servlet,(If using Servlet 3.0 asynchronous processing, a good default is to use the larger of maxThreads and the maximum number of expected concurrent requests (synchronous and asynchronous),it is