[Bug 61419] Hashtag style comment used in catalina.bat

2017-09-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61419 Chuck Caldarale changed: What|Removed |Added CC|

[Bug 61526] '#' is not recognized as an internal or external command,operable program or batch file.

2017-09-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61526 Chuck Caldarale changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 61526] '#' is not recognized as an internal or external command,operable program or batch file.

2017-09-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61526 Igal Sapir changed: What|Removed |Added OS||All --- Comment #1

[Bug 61526] New: '#' is not recognized as an internal or external command,operable program or batch file.

2017-09-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61526 Bug ID: 61526 Summary: '#' is not recognized as an internal or external command,operable program or batch file. Product: Tomcat 9 Version: 9.0.0.M26 Hardware: PC

[Bug 60762] Enhancement: Add support for runtime SNI changes in tomcat-embed

2017-09-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60762 --- Comment #6 from Mark Thomas --- This has been implemented in 9.0.x for 9.0.0.M28 onwards. I'll back-port it to 8.5.x once folks have had a chance to test it. -- You are receiving this mail because: You are the assignee

svn commit: r1808482 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/tomcat/util/net/ webapps/docs/

2017-09-15 Thread markt
Author: markt Date: Fri Sep 15 20:11:53 2017 New Revision: 1808482 URL: http://svn.apache.org/viewvc?rev=1808482=rev Log: Allow runtime updates to the current SSLHostConfigs. Move JMX registration to the Endpoint to make it easirt to keep JMX registration in sync with runtime changes. Protect

svn commit: r1808480 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2017-09-15 Thread markt
Author: markt Date: Fri Sep 15 20:11:41 2017 New Revision: 1808480 URL: http://svn.apache.org/viewvc?rev=1808480=rev Log: Clear the sslSupport reference at the end of request processing so a reference is not retained to the SSLContext once the request is complete. Modified:

svn commit: r1808481 - in /tomcat/trunk/java/org/apache/tomcat/util/net/openssl: OpenSSLContext.java OpenSSLSessionContext.java

2017-09-15 Thread markt
Author: markt Date: Fri Sep 15 20:11:46 2017 New Revision: 1808481 URL: http://svn.apache.org/viewvc?rev=1808481=rev Log: Refactor the OpenSSLContext implementation so that a reference is retained to the instance while a request that is using it is in progress. This allows destruction to be

[Bug 61524] NullPointerException in Http11OutputBuffer

2017-09-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61524 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment

Re: Code signing service restored

2017-09-15 Thread Mark Thomas
On 15/09/17 16:40, Christopher Schultz wrote: > Mark, > > On 9/13/17 2:09 PM, Mark Thomas wrote: >> FYI but mainly for anyone doing a release, the code signing service is >> available again. The account has been renewed for another year and we >> (Tomcat) have enough credits to keep us going for

svn commit: r1808469 - /tomcat/trunk/test/org/apache/juli/TestFileHandler.java

2017-09-15 Thread markt
Author: markt Date: Fri Sep 15 17:01:42 2017 New Revision: 1808469 URL: http://svn.apache.org/viewvc?rev=1808469=rev Log: More low-hanging fruit from FindBugs Modified: tomcat/trunk/test/org/apache/juli/TestFileHandler.java Modified: tomcat/trunk/test/org/apache/juli/TestFileHandler.java

svn commit: r1808468 - /tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/PersistentProviderRegistrations.java

2017-09-15 Thread markt
Author: markt Date: Fri Sep 15 16:58:02 2017 New Revision: 1808468 URL: http://svn.apache.org/viewvc?rev=1808468=rev Log: Fix another low-level FindBugs warning Modified: tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/PersistentProviderRegistrations.java Modified:

svn commit: r1808466 - in /tomcat/trunk: java/javax/el/ java/org/apache/catalina/realm/ java/org/apache/catalina/security/ java/org/apache/tomcat/util/descriptor/ java/org/apache/tomcat/util/net/ java

2017-09-15 Thread markt
Author: markt Date: Fri Sep 15 16:44:20 2017 New Revision: 1808466 URL: http://svn.apache.org/viewvc?rev=1808466=rev Log: Fix some low hanging FindBugs fruit Modified: tomcat/trunk/java/javax/el/Util.java tomcat/trunk/java/org/apache/catalina/realm/DigestCredentialHandlerBase.java

Re: Code signing service restored

2017-09-15 Thread Christopher Schultz
Mark, On 9/13/17 2:09 PM, Mark Thomas wrote: > FYI but mainly for anyone doing a release, the code signing service is > available again. The account has been renewed for another year and we > (Tomcat) have enough credits to keep us going for a while. I'll keep an > eye on our credit usage and get

[Bug 61524] New: NullPointerException in Http11OutputBuffer

2017-09-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61524 Bug ID: 61524 Summary: NullPointerException in Http11OutputBuffer Product: Tomcat 8 Version: 8.5.20 Hardware: PC OS: Linux Status: NEW Severity: major

svn commit: r1808442 - /tomcat/trunk/test/org/apache/tomcat/util/net/openssl/TestOpenSSLConf.java

2017-09-15 Thread markt
Author: markt Date: Fri Sep 15 10:16:25 2017 New Revision: 1808442 URL: http://svn.apache.org/viewvc?rev=1808442=rev Log: Fix IDE nags Modified: tomcat/trunk/test/org/apache/tomcat/util/net/openssl/TestOpenSSLConf.java Modified:

svn commit: r1808440 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/tomcat/util/net/openssl/TestOpenSSLConf.java

2017-09-15 Thread rjung
Author: rjung Date: Fri Sep 15 09:41:31 2017 New Revision: 1808440 URL: http://svn.apache.org/viewvc?rev=1808440=rev Log: Modernize array checks in unit test. Add some more info when test is failing like currently on gump. Improve unit test: test for explicitly enabled and disabled protocols,

svn commit: r1808439 - /tomcat/trunk/test/org/apache/tomcat/util/net/openssl/TestOpenSSLConf.java

2017-09-15 Thread rjung
Author: rjung Date: Fri Sep 15 09:34:46 2017 New Revision: 1808439 URL: http://svn.apache.org/viewvc?rev=1808439=rev Log: Improve unit test: test for explicitly enabled and disabled protocols, but allow additional enabled protocols. Probably needed when testing against OpenSSL 1.1.1 (master)

svn commit: r1808438 - /tomcat/trunk/test/org/apache/tomcat/util/net/openssl/TestOpenSSLConf.java

2017-09-15 Thread rjung
Author: rjung Date: Fri Sep 15 09:07:57 2017 New Revision: 1808438 URL: http://svn.apache.org/viewvc?rev=1808438=rev Log: Modernice array checks in unit test. Modified: tomcat/trunk/test/org/apache/tomcat/util/net/openssl/TestOpenSSLConf.java Modified:

svn commit: r1808433 - /tomcat/trunk/test/org/apache/tomcat/util/net/openssl/TestOpenSSLConf.java

2017-09-15 Thread rjung
Author: rjung Date: Fri Sep 15 08:30:49 2017 New Revision: 1808433 URL: http://svn.apache.org/viewvc?rev=1808433=rev Log: Add some more info when test is failing like currently on gump. Backport notice: String.join() is Java 8 only. Modified:

[Bug 61489] Disable creation of command line parameters from GET parameters in the URL for CGIServlet

2017-09-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61489 --- Comment #8 from Mark Thomas --- np and thanks for the patch - just realised I forgot to say that before. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 61489] Disable creation of command line parameters from GET parameters in the URL for CGIServlet

2017-09-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61489 --- Comment #7 from jm009 --- Thank you for the feedback and for applying the patch. -- You are receiving this mail because: You are the assignee for the bug.