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
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
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
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
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
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/
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
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
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
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
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
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
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.
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
14 matches
Mail list logo