[Bug 58624] Websocket send blocks indefinitely in FutureToSendHandler

2018-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58624 --- Comment #17 from SAIRAM NATARAJAN --- Using tomcat version 8.0.38. Seeing the block on sendText message indefinitely. "pool-2-thread-2" #26 prio=5 os_prio=0 tid=0x0bc22c00 nid=0x5ca7 waiting for monitor entry

[Bug 62094] Certificate verification using CRL with Tomcat APR connector does not work

2018-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62094 Christopher Schultz changed: What|Removed |Added Attachment #35725|text/x-csrc

[Bug 62094] Certificate verification using CRL with Tomcat APR connector does not work

2018-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62094 twsatw...@gmail.com changed: What|Removed |Added CC||twsatw...@gmail.com --- Comment

[Bug 62094] New: Certificate verification using CRL with Tomcat APR connector does not work

2018-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62094 Bug ID: 62094 Summary: Certificate verification using CRL with Tomcat APR connector does not work Product: Tomcat Native Version: 1.2.7 Hardware: PC OS:

[Bug 62093] Allow use_server_errors to apply to specific status code only

2018-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62093 Alex Peissel changed: What|Removed |Added Severity|normal |enhancement --

[Bug 62093] New: Allow use_server_errors to apply to specific status code only

2018-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62093 Bug ID: 62093 Summary: Allow use_server_errors to apply to specific status code only Product: Tomcat Connectors Version: 1.2.42 Hardware: PC OS: Linux

[Bug 62090] NPE in o.a.t.util.modeler.Util when servlet-name does not exist in web.xml

2018-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62090 --- Comment #3 from Christopher Schultz --- How is it annoying? Just set "setSchema(schema); setValidating(false);". It's only going to validate once per context-launch, so this isn't a performance problem.

[Bug 62090] NPE in o.a.t.util.modeler.Util when servlet-name does not exist in web.xml

2018-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62090 --- Comment #2 from Remy Maucherat --- XML validation is annoying IMO, having checks for functionally significant items can be useful (also, the issue here might exist with embedded or some other use maybe ?). -- You are

[Bug 62090] NPE in o.a.t.util.modeler.Util when servlet-name does not exist in web.xml

2018-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62090 --- Comment #1 from Christopher Schultz --- The XML schema *requires the servlet-name element. (Note that the servlet-class element is not required.) Tomcat simply doesn't use the schema to validate web.xml, so

svn commit: r1823672 - /tomcat/trunk/java/org/apache/coyote/http2/Http2AsyncParser.java

2018-02-09 Thread remm
Author: remm Date: Fri Feb 9 16:16:55 2018 New Revision: 1823672 URL: http://svn.apache.org/viewvc?rev=1823672=rev Log: Revert the "fixes" not related to the window size deadlock fix. Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2AsyncParser.java Modified:

buildbot failure in on tomcat-trunk

2018-02-09 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/3048 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1823670 - /tomcat/trunk/java/org/apache/coyote/http2/Http2AsyncParser.java

2018-02-09 Thread remm
Author: remm Date: Fri Feb 9 15:46:52 2018 New Revision: 1823670 URL: http://svn.apache.org/viewvc?rev=1823670=rev Log: Fix window size reservation deadlock. Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2AsyncParser.java Modified:

Re: [VOTE] Release Apache Tomcat 8.5.28

2018-02-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 2/6/18 6:33 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.28 release is now available for > voting. > > The major changes compared to the 8.5.27 release are: > > - Fix truncated request input streams when using NIO2 with TLS. >

[Bug 62090] NPE in o.a.t.util.modeler.Util when servlet-name does not exist in web.xml

2018-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62090 Coty Sutherland changed: What|Removed |Added Keywords||Beginner --

[Bug 62090] New: NPE in o.a.t.util.modeler.Util when servlet-name does not exist in web.xml

2018-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62090 Bug ID: 62090 Summary: NPE in o.a.t.util.modeler.Util when servlet-name does not exist in web.xml Product: Tomcat 9 Version: 9.0.4 Hardware: PC OS: Linux

svn commit: r1823658 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/mbeans/ java/org/apache/catalina/startup/ java/org/apache/catalina/util/ test

2018-02-09 Thread markt
Author: markt Date: Fri Feb 9 14:04:42 2018 New Revision: 1823658 URL: http://svn.apache.org/viewvc?rev=1823658=rev Log: Refactor the code that searches for a matching error page by working up the class hierarchy of an exception type to ErrorPageSupport to enable re-use. Modified:

svn commit: r1823650 - in /tomcat/trunk/java/org/apache/coyote/http2: Http2AsyncParser.java Http2Parser.java

2018-02-09 Thread remm
Author: remm Date: Fri Feb 9 13:01:26 2018 New Revision: 1823650 URL: http://svn.apache.org/viewvc?rev=1823650=rev Log: Some more cleanups. Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2AsyncParser.java tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java Modified:

buildbot success in on tomcat-trunk

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

buildbot failure in on tomcat-trunk

2018-02-09 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/3044 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1823647 - in /tomcat/trunk/java/org/apache/catalina: Context.java core/StandardContext.java util/ErrorPageSupport.java

2018-02-09 Thread markt
Author: markt Date: Fri Feb 9 12:27:53 2018 New Revision: 1823647 URL: http://svn.apache.org/viewvc?rev=1823647=rev Log: Refactor error page related code into a separate class so it can be re-used in the ErrorReportValve. Deprecate a couple of unused methods. Added:

svn commit: r1823646 - /tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java

2018-02-09 Thread markt
Author: markt Date: Fri Feb 9 12:22:52 2018 New Revision: 1823646 URL: http://svn.apache.org/viewvc?rev=1823646=rev Log: Add some Javadoc to document unused code in the non-async parser and keep the IDE happy. Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java Modified:

svn commit: r1823645 - /tomcat/trunk/java/org/apache/coyote/http2/Http2AsyncParser.java

2018-02-09 Thread markt
Author: markt Date: Fri Feb 9 12:18:36 2018 New Revision: 1823645 URL: http://svn.apache.org/viewvc?rev=1823645=rev Log: Cosmetic fixes - @Override - ws police Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2AsyncParser.java Modified:

[Bug 62048] Missing logout function in Manager and Host-Manager webapps

2018-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62048 --- Comment #3 from Michael Osipov <1983-01...@gmx.net> --- (In reply to Mark Thomas from comment #1) > They use BASIC auth. You can't logout from BASIC auth. Why do you think so? I have swapped it for SPNEGO auth. > We could change the auth

Re: [VOTE] Release Apache Tomcat 9.0.5

2018-02-09 Thread Coty Sutherland
On Tue, Feb 6, 2018 at 5:08 PM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.5 release is now available for voting. > > The major changes compared to the 9.0.4 release are: > > - Refactor error handling to enable errors that occur before processing > is passed to the

Re: [VOTE] Release Apache Tomcat 8.5.28

2018-02-09 Thread Coty Sutherland
On Tue, Feb 6, 2018 at 6:33 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.28 release is now available for voting. > > The major changes compared to the 8.5.27 release are: > > - Fix truncated request input streams when using NIO2 with TLS. > > - Improved error handling

[GitHub] tomcat pull request #98: Fix for BZ62048

2018-02-09 Thread m-czernek
GitHub user m-czernek opened a pull request: https://github.com/apache/tomcat/pull/98 Fix for BZ62048 Hi, providing a small workaround for https://bz.apache.org/bugzilla/show_bug.cgi?id=62048 as suggested by Christopher in the BZ. I tried to make the logout link

buildbot success in on tomcat-trunk

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

svn commit: r1823622 - /tomcat/tc8.5.x/trunk/

2018-02-09 Thread remm
Author: remm Date: Fri Feb 9 09:12:34 2018 New Revision: 1823622 URL: http://svn.apache.org/viewvc?rev=1823622=rev Log: Add minor HPACK fixes, based on fixes by Stuart Douglas. (merge info ...) Modified: tomcat/tc8.5.x/trunk/ (props changed) Propchange: tomcat/tc8.5.x/trunk/

svn commit: r1823621 - in /tomcat/tc8.5.x/trunk: java/org/apache/coyote/http2/HpackDecoder.java webapps/docs/changelog.xml

2018-02-09 Thread remm
Author: remm Date: Fri Feb 9 09:06:23 2018 New Revision: 1823621 URL: http://svn.apache.org/viewvc?rev=1823621=rev Log: Add minor HPACK fixes, based on fixes by Stuart Douglas. Modified: tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/HpackDecoder.java

svn commit: r1823620 - in /tomcat/trunk: java/org/apache/coyote/http2/HpackDecoder.java webapps/docs/changelog.xml

2018-02-09 Thread remm
Author: remm Date: Fri Feb 9 09:02:49 2018 New Revision: 1823620 URL: http://svn.apache.org/viewvc?rev=1823620=rev Log: Add minor HPACK fixes, based on fixes by Stuart Douglas. Modified: tomcat/trunk/java/org/apache/coyote/http2/HpackDecoder.java tomcat/trunk/webapps/docs/changelog.xml