[Bug 58051] HTTP Status 500 - id to load is required for loading type Exception report message id to load is required for loading description The server encountered an internal error that prevented

2017-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58051 Chuck Caldarale changed: What|Removed |Added Resolution|--- |INVALID

[Bug 58051] HTTP Status 500 - id to load is required for loading type Exception report message id to load is required for loading description The server encountered an internal error that prevented

2017-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58051 guptapradi...@gmail.com changed: What|Removed |Added OS|

[Bug 58051] HTTP Status 500 - id to load is required for loading type Exception report message id to load is required for loading description The server encountered an internal error that prevented

2017-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58051 guptapradi...@gmail.com changed: What|Removed |Added OS|All

[Bug 60735] Multibytes characters in URL caused tomcat return HTTP 400 after upgraded 7.0.67 to 7.0.75

2017-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60735 --- Comment #8 from LiuYan 刘研 --- (In reply to Christopher Schultz from comment #6) > > Both Tomcat 8.0 and 8.5 reply with a 404 when I request /汉语/漢語.html within a > test web application's context URL space where no such

[Bug 60735] Multibytes characters in URL caused tomcat return HTTP 400 after upgraded 7.0.67 to 7.0.75

2017-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60735 --- Comment #7 from LiuYan 刘研 --- (In reply to Michael Osipov from comment #5) > (In reply to LiuYan 刘研 from comment #4) > > Yes, I know firefox and w3m will encode URL, wget do that too. So I will > > move from curl to wget

[GUMP@vmgump-vm3]: Project tomcat-tc8.0.x-test-nio2 (in module tomcat-8.0.x) failed

2017-02-15 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc8.0.x-test-nio2 has an issue affecting its community

[Bug 57544] Server CPU maxed out (100% per core) randomly after 10 to 30 hours

2017-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57544 Jerome Terry changed: What|Removed |Added CC|

[Bug 60578] Server CPU maxed out (100% per core) randomly after a few hours

2017-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60578 --- Comment #5 from Jerome Terry --- I have experienced what appears to be the same issue on Ubuntu 14.04 with Tomcat 7.0.52. Here's a link to tweets containing the diagnostics I performed.

[Bug 60722] URLEncoding error in combination with Spring DeferredResult and "%25" character in PathVariable

2017-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60722 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1783159 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/AsyncContextImpl.java test/org/apache/catalina/core/TestAsyncContextImpl.java webapps/docs/changelog.xml

2017-02-15 Thread markt
Author: markt Date: Wed Feb 15 22:26:42 2017 New Revision: 1783159 URL: http://svn.apache.org/viewvc?rev=1783159=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60722 Take account of the dispatchersUseEncodedPaths setting on the current Context when generating paths for dispatches

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

2017-02-15 Thread markt
Author: markt Date: Wed Feb 15 22:25:36 2017 New Revision: 1783158 URL: http://svn.apache.org/viewvc?rev=1783158=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60722 Take account of the dispatchersUseEncodedPaths setting on the current Context when generating paths for dispatches

svn commit: r1783157 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/core/AsyncContextImpl.java test/org/apache/catalina/core/TestAsyncContextImpl.java webapps/docs/changelog.xml

2017-02-15 Thread markt
Author: markt Date: Wed Feb 15 22:24:51 2017 New Revision: 1783157 URL: http://svn.apache.org/viewvc?rev=1783157=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60722 Take account of the dispatchersUseEncodedPaths setting on the current Context when generating paths for dispatches

svn commit: r1783155 - in /tomcat/trunk: java/org/apache/catalina/core/AsyncContextImpl.java test/org/apache/catalina/core/TestAsyncContextImpl.java webapps/docs/changelog.xml

2017-02-15 Thread markt
Author: markt Date: Wed Feb 15 22:22:52 2017 New Revision: 1783155 URL: http://svn.apache.org/viewvc?rev=1783155=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60722 Take account of the dispatchersUseEncodedPaths setting on the current Context when generating paths for dispatches

[Bug 60718] requestDestroyed not called for asynchronous after I/O error

2017-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60718 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1783152 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/coyote/ test/org/apache/catalina/core/ webapps/docs/

2017-02-15 Thread markt
Author: markt Date: Wed Feb 15 21:42:01 2017 New Revision: 1783152 URL: http://svn.apache.org/viewvc?rev=1783152=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60718 Improve error handling for asynchronous processing and correct a number of cases where the

svn commit: r1783151 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/coyote/ webapps/docs/

2017-02-15 Thread markt
Author: markt Date: Wed Feb 15 21:26:03 2017 New Revision: 1783151 URL: http://svn.apache.org/viewvc?rev=1783151=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60718 Improve error handling for asynchronous processing and correct a number of cases where the

svn commit: r1783150 - /tomcat/tc8.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2017-02-15 Thread markt
Author: markt Date: Wed Feb 15 21:11:41 2017 New Revision: 1783150 URL: http://svn.apache.org/viewvc?rev=1783150=rev Log: Simplify logic comet is always false as this point Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Modified:

svn commit: r1783149 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/connector/CoyoteAdapter.java

2017-02-15 Thread markt
Author: markt Date: Wed Feb 15 21:07:07 2017 New Revision: 1783149 URL: http://svn.apache.org/viewvc?rev=1783149=rev Log: Back-port recent clean-up Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Propchange:

svn commit: r1783148 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/coyote/ webapps/docs/

2017-02-15 Thread markt
Author: markt Date: Wed Feb 15 21:06:11 2017 New Revision: 1783148 URL: http://svn.apache.org/viewvc?rev=1783148=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60718 Improve error handling for asynchronous processing and correct a number of cases where the

svn commit: r1783147 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2017-02-15 Thread markt
Author: markt Date: Wed Feb 15 20:45:50 2017 New Revision: 1783147 URL: http://svn.apache.org/viewvc?rev=1783147=rev Log: Obtain the current thread name in a consistent manner for async and non-async processing. Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

svn commit: r1783146 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2017-02-15 Thread markt
Author: markt Date: Wed Feb 15 20:37:39 2017 New Revision: 1783146 URL: http://svn.apache.org/viewvc?rev=1783146=rev Log: Line-length clean-up No functional change Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Modified:

svn commit: r1783145 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2017-02-15 Thread markt
Author: markt Date: Wed Feb 15 20:32:38 2017 New Revision: 1783145 URL: http://svn.apache.org/viewvc?rev=1783145=rev Log: Remove pointless Javadoc that replaced the far more useful Javadoc from the Interface Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

[Bug 60718] requestDestroyed not called for asynchronous after I/O error

2017-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60718 --- Comment #7 from Mark Thomas --- Many thanks for the test case. I've applied a fix to trunk (9.0.x) that addresses the issues raised by the test case. Before I back-port it, I want to look at whether the error handling

svn commit: r1783144 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/coyote/ webapps/docs/

2017-02-15 Thread markt
Author: markt Date: Wed Feb 15 20:27:21 2017 New Revision: 1783144 URL: http://svn.apache.org/viewvc?rev=1783144=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60718 Improve error handling for asynchronous processing and correct a number of cases where the

Re: Read events suspend/resume logic in websocket impl to achieve backpressure

2017-02-15 Thread Mark Thomas
On 15/02/17 17:46, Christopher Schultz wrote: Violeta, On 2/14/17 4:43 PM, Violeta Georgieva wrote: Hi, 2017-02-10 11:07 GMT+02:00 Mark Thomas : On 09/02/17 22:08, Violeta Georgieva wrote: 2017-02-08 11:25 GMT+02:00 Violeta Georgieva : 2017-02-08

[Bug 60735] Multibytes characters in URL caused tomcat return HTTP 400 after upgraded 7.0.67 to 7.0.75

2017-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60735 --- Comment #6 from Christopher Schultz --- (In reply to Michael Osipov from comment #5) > (In reply to LiuYan 刘研 from comment #4) > > Yes, I know firefox and w3m will encode URL, wget do that too. So I will > >

[jira] [Commented] (MTOMCAT-309) Allow specifying sslProtocols via pom configuration

2017-02-15 Thread Cory Lum (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15868382#comment-15868382 ] Cory Lum commented on MTOMCAT-309: -- Just want to note that this is an issue when using JDK 1.7. I

[jira] [Created] (MTOMCAT-309) Allow specifying sslProtocols via pom configuration

2017-02-15 Thread Cory Lum (JIRA)
Cory Lum created MTOMCAT-309: Summary: Allow specifying sslProtocols via pom configuration Key: MTOMCAT-309 URL: https://issues.apache.org/jira/browse/MTOMCAT-309 Project: Apache Tomcat Maven Plugin

Re: Read events suspend/resume logic in websocket impl to achieve backpressure

2017-02-15 Thread Violeta Georgieva
Hi Chris, 2017-02-15 19:46 GMT+02:00 Christopher Schultz : > > Violeta, > > On 2/14/17 4:43 PM, Violeta Georgieva wrote: > > Hi, > > > > 2017-02-10 11:07 GMT+02:00 Mark Thomas : > >> > >> On 09/02/17 22:08, Violeta Georgieva wrote: > >>> > >>>

Re: Read events suspend/resume logic in websocket impl to achieve backpressure

2017-02-15 Thread Christopher Schultz
Violeta, On 2/14/17 4:43 PM, Violeta Georgieva wrote: > Hi, > > 2017-02-10 11:07 GMT+02:00 Mark Thomas : >> >> On 09/02/17 22:08, Violeta Georgieva wrote: >>> >>> 2017-02-08 11:25 GMT+02:00 Violeta Georgieva : 2017-02-08 1:51 GMT+02:00 Mark

[Bug 60735] Multibytes characters in URL caused tomcat return HTTP 400 after upgraded 7.0.67 to 7.0.75

2017-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60735 --- Comment #5 from Michael Osipov <1983-01...@gmx.net> --- (In reply to LiuYan 刘研 from comment #4) > Yes, I know firefox and w3m will encode URL, wget do that too. So I will > move from curl to wget to get correct response. Non-sense, curl

[Bug 60735] Multibytes characters in URL caused tomcat return HTTP 400 after upgraded 7.0.67 to 7.0.75

2017-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60735 --- Comment #4 from LiuYan 刘研 --- (In reply to Mark Thomas from comment #3) > No. URIEncoding determines how a correctly %-encoded URI is converted to > characters. To use UTF-8 characters that contain byte values that are not

[Bug 60735] Multibytes characters in URL caused tomcat return HTTP 400 after upgraded 7.0.67 to 7.0.75

2017-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60735 --- Comment #3 from Mark Thomas --- (In reply to LiuYan 刘研 from comment #2) > So, does this means 'URIEncoding' parameter is useless now and will be > removed in the future? No. URIEncoding determines how a correctly

[Bug 60735] Multibytes characters in URL caused tomcat return HTTP 400 after upgraded 7.0.67 to 7.0.75

2017-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60735 --- Comment #2 from LiuYan 刘研 --- (In reply to Mark Thomas from comment #1) > The characters are invalid so the 400 response is correct. The validation of > request lines was tightened up as a result of CVE-2016-6816. Thanks

[Bug 60718] requestDestroyed not called for asynchronous after I/O error

2017-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60718 --- Comment #6 from Mark Thomas --- I like the idea of moving the context.fireRequestDestroyEvent(request) call to AsyncContextImpl.fireOnComplete(). That is much better aligned with what section 3.12 of the spec says. A

[Bug 60735] Multibytes characters in URL caused tomcat return HTTP 400 after upgraded 7.0.67 to 7.0.75

2017-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60735 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID

[Bug 60735] New: Multibytes characters in URL caused tomcat return HTTP 400 after upgraded 7.0.67 to 7.0.75

2017-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60735 Bug ID: 60735 Summary: Multibytes characters in URL caused tomcat return HTTP 400 after upgraded 7.0.67 to 7.0.75 Product: Tomcat 7 Version: 7.0.75 Hardware: PC

[Bug 60632] Last logs lost when running Tomcat with systemd and journald

2017-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60632 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED

svn commit: r1783082 - in /tomcat/tc7.0.x/trunk: ./ bin/catalina.sh webapps/docs/changelog.xml

2017-02-15 Thread markt
Author: markt Date: Wed Feb 15 09:42:43 2017 New Revision: 1783082 URL: http://svn.apache.org/viewvc?rev=1783082=rev Log: Revert the fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=60632 The proposed fix didn't work and there is a better solution available. Modified:

svn commit: r1783081 - in /tomcat/tc8.0.x/trunk: ./ bin/catalina.sh webapps/docs/changelog.xml

2017-02-15 Thread markt
Author: markt Date: Wed Feb 15 09:38:03 2017 New Revision: 1783081 URL: http://svn.apache.org/viewvc?rev=1783081=rev Log: Revert the fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=60632 The proposed fix didn't work and there is a better solution available. Modified:

svn commit: r1783080 - in /tomcat/tc8.5.x/trunk: ./ bin/catalina.sh webapps/docs/changelog.xml

2017-02-15 Thread markt
Author: markt Date: Wed Feb 15 09:36:16 2017 New Revision: 1783080 URL: http://svn.apache.org/viewvc?rev=1783080=rev Log: Revert the fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=60632 The proposed fix didn't work and there is a better solution available. Modified:

svn commit: r1783078 - in /tomcat/trunk: bin/catalina.sh webapps/docs/changelog.xml

2017-02-15 Thread markt
Author: markt Date: Wed Feb 15 09:35:01 2017 New Revision: 1783078 URL: http://svn.apache.org/viewvc?rev=1783078=rev Log: Revert the fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=60632 The proposed fix didn't work and there is a better solution available. Modified:

[Bug 60716] SSL certificate CRLDP section is ignored, when NIO connection is used

2017-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60716 --- Comment #7 from Mark Thomas --- (In reply to Christopher Schultz from comment #6) > That's a confusing configuration attribute: it implies that revocation is > actually happening instead of just being consulted. Can we

[Bug 60632] Last logs lost when running Tomcat with systemd and journald

2017-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60632 --- Comment #7 from Mark Thomas --- (In reply to Jeff Turner from comment #6) > This patch is indeed useless, and should be removed (sorry Mark!). No problem. I'll revert those changes and then close this as WONTFIX. --

[Bug 60702] JSP debugging is isn't working after upgrade from 8.0.29 to 8.0.39

2017-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60702 --- Comment #5 from Mark Thomas --- JSP debugging works perfectly with a clean 8.0.39 build as well. In addition, a review of the changelog identifies no relevant changes in this area and there have been no other reports of