Re: umask and SecurityListener

2018-03-21 Thread Mark Thomas
On 21/03/18 03:43, Christopher Schultz wrote: > All, > > The SecurityLogger seems to want a umask in environments where it makes > sense. But the line of catalina.sh that sets the JVM system property to > pass the umask into the launching JVM is commented-out. > > It would be best not to have to

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

2018-03-21 Thread markt
Author: markt Date: Wed Mar 21 09:27:35 2018 New Revision: 1827396 URL: http://svn.apache.org/viewvc?rev=1827396&view=rev Log: MaxProtocol doesn't seem to impact TLSv1.3 ciphers suites. Use an alternative way to disable them for this test. Modified: tomcat/trunk/test/org/apache/tomcat/util/n

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

2018-03-21 Thread markt
Author: markt Date: Wed Mar 21 09:29:37 2018 New Revision: 1827397 URL: http://svn.apache.org/viewvc?rev=1827397&view=rev Log: MaxProtocol doesn't seem to impact TLSv1.3 ciphers suites. Use an alternative way to disable them for this test. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1827398 - /tomcat/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java

2018-03-21 Thread markt
Author: markt Date: Wed Mar 21 09:51:22 2018 New Revision: 1827398 URL: http://svn.apache.org/viewvc?rev=1827398&view=rev Log: SpotBugs Improve exception handling Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java Modified: tomcat/trunk/java/org/apache/catalina/tr

svn commit: r1827399 - in /tomcat/trunk: java/org/apache/catalina/tribes/tipis/ java/org/apache/coyote/http2/ java/org/apache/jasper/compiler/ java/org/apache/jasper/runtime/ java/org/apache/tomcat/we

2018-03-21 Thread markt
Author: markt Date: Wed Mar 21 10:10:48 2018 New Revision: 1827399 URL: http://svn.apache.org/viewvc?rev=1827399&view=rev Log: SpotBugs Avoid catching Exception Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java tomcat/trunk/java/org/apache/coyote/htt

[Bug 62163] Tomcat Setup section of docs does not take into account new dependency on Java 8

2018-03-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62163 --- Comment #1 from mhkarunarat...@gmail.com --- I would like to fix that documentation. How can I edit "Apache Tomcat Version 9.0.5 Release Note' -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 62163] Tomcat Setup section of docs does not take into account new dependency on Java 8

2018-03-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62163 --- Comment #2 from mhkarunarat...@gmail.com --- I would like to fix that documentation. How can I edit "Apache Tomcat Version 9.0.5 Release Note' -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 62163] Tomcat Setup section of docs does not take into account new dependency on Java 8

2018-03-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62163 --- Comment #3 from Mark Thomas --- The release notes do not need editing. They correctly state that Java 8 is required to run Tomcat 9.x. The file that needs fixing is setup.html and the source for that can be found here: https://svn.apache.o

Release Announcement: General Availability of JDK 10

2018-03-21 Thread Rory O'Donnell
Hi Mark, A number of items to share with you today : *1) JDK 10 General Availability * JDK 10, the first release produced under the six-month rapid-cadence release model [1][2], is now Generally Available. We've identified no P1 bugs since we promoted build 46 almost two weeks ago, so that is

svn commit: r1827408 - in /tomcat/trunk/java/org/apache/coyote/http2: Http2Parser.java LocalStrings.properties

2018-03-21 Thread remm
Author: remm Date: Wed Mar 21 12:34:23 2018 New Revision: 1827408 URL: http://svn.apache.org/viewvc?rev=1827408&view=rev Log: i18n Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties Modified: tomcat/trunk

[GitHub] tomcat pull request #103: Use initSQL instead of Validator on connection ini...

2018-03-21 Thread jihor
GitHub user jihor opened a pull request: https://github.com/apache/tomcat/pull/103 Use initSQL instead of Validator on connection initialization As of now, if Validator (not to be confused with validationQuery) is defined for the connection pool, initSQL will not be used on connecti

Re: [Git migration] Commit message format

2018-03-21 Thread Coty Sutherland
On Tue, Mar 20, 2018 at 4:07 PM, Mark Thomas wrote: > On 21/02/18 16:48, Mark Thomas wrote: >> On 21/02/18 16:10, Rainer Jung wrote: >>> Am 21.02.2018 um 16:53 schrieb Mark Thomas: The next issue on the list is the format of commit messages. The commit messages we are seeing for the

svn commit: r1827419 - /tomcat/trunk/java/org/apache/coyote/http2/Http2AsyncUpgradeHandler.java

2018-03-21 Thread remm
Author: remm Date: Wed Mar 21 16:12:23 2018 New Revision: 1827419 URL: http://svn.apache.org/viewvc?rev=1827419&view=rev Log: No actual change but a cleanup as I've given up on something "better" for now. Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2AsyncUpgradeHandler.java Modif

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

2018-03-21 Thread schultz
Author: schultz Date: Wed Mar 21 18:28:59 2018 New Revision: 1827428 URL: http://svn.apache.org/viewvc?rev=1827428&view=rev Log: Always send the OS's umask to the JVM. Modified: tomcat/trunk/bin/catalina.sh tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/config/liste

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

2018-03-21 Thread schultz
Author: schultz Date: Wed Mar 21 18:33:03 2018 New Revision: 1827429 URL: http://svn.apache.org/viewvc?rev=1827429&view=rev Log: Back-port r1827428 to always report the OS's umask to the JVM. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/bin/catalina.sh tomcat

svn commit: r1827435 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Http2Parser.java java/org/apache/coyote/http2/LocalStrings.properties

2018-03-21 Thread remm
Author: remm Date: Wed Mar 21 19:39:47 2018 New Revision: 1827435 URL: http://svn.apache.org/viewvc?rev=1827435&view=rev Log: i18n Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Http2Parser.java tomcat/tc8.5.x/trunk/java/org/apache/