[GUMP@vmgump-vm3]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2018-03-20 Thread Bill Barker
st.apr.loc=/srv/gump/public/workspace/tomcat-native-trunk/dest-20180320/lib -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/target/commons-daemon-1.1.1-SNAPSHOT.jar -Dtest.temp=output/test-tmp-APR -Dtest.accesslog=true -Dexecute.test.nio=false -Dte

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

2018-03-20 Thread markt
Author: markt Date: Tue Mar 20 11:58:20 2018 New Revision: 1827297 URL: http://svn.apache.org/viewvc?rev=1827297&view=rev Log: REfactor unit test to accept multiple commands Modified: tomcat/trunk/test/org/apache/tomcat/util/net/openssl/TestOpenSSLConf.java Modified: tomcat/trunk/test/org/a

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

2018-03-20 Thread markt
Author: markt Date: Tue Mar 20 12:05:23 2018 New Revision: 1827299 URL: http://svn.apache.org/viewvc?rev=1827299&view=rev Log: Fix test failure when OpenSSL version that supports TLS 1.3 is used. Modified: tomcat/trunk/test/org/apache/tomcat/util/net/openssl/TestOpenSSLConf.java Modified: t

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

2018-03-20 Thread markt
Author: markt Date: Tue Mar 20 12:06:47 2018 New Revision: 1827300 URL: http://svn.apache.org/viewvc?rev=1827300&view=rev Log: Refactor unit test to accept multiple commands Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/net/openssl/Tes

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

2018-03-20 Thread markt
Author: markt Date: Tue Mar 20 12:08:01 2018 New Revision: 1827301 URL: http://svn.apache.org/viewvc?rev=1827301&view=rev Log: Fix test failure when OpenSSL version that supports TLS 1.3 is used. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/test/org/apache/tomca

[tomcat-training] branch master updated: First review

2018-03-20 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-training.git The following commit(s) were added to refs/heads/master by this push: new 83b2167 First review 83b2167 is describ

Re: [Git migration] Commit message format

2018-03-20 Thread Mark Thomas
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 tomcat-training repository >>> have the same format as the

svn commit: r1827363 - in /tomcat/trunk/java/org/apache: catalina/startup/WebAnnotationSet.java tomcat/util/descriptor/web/ResourceBase.java tomcat/util/descriptor/web/WebRuleSet.java tomcat/util/desc

2018-03-20 Thread markt
Author: markt Date: Tue Mar 20 22:26:56 2018 New Revision: 1827363 URL: http://svn.apache.org/viewvc?rev=1827363&view=rev Log: Add plumbing to support lookup-name. It is still ultimately a NO-OP but the contents of web.xml and annotations is now read into the right places. Modified: tomcat/t

svn commit: r1827364 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/startup/ java/org/apache/tomcat/util/descriptor/web/

2018-03-20 Thread markt
Author: markt Date: Tue Mar 20 22:30:15 2018 New Revision: 1827364 URL: http://svn.apache.org/viewvc?rev=1827364&view=rev Log: Add plumbing to support lookup-name. It is still ultimately a NO-OP but the contents of web.xml and annotations is now read into the right places. Modified: tomcat/t

svn commit: r1827365 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/startup/ java/org/apache/tomcat/util/descriptor/web/

2018-03-20 Thread markt
Author: markt Date: Tue Mar 20 22:30:51 2018 New Revision: 1827365 URL: http://svn.apache.org/viewvc?rev=1827365&view=rev Log: Add plumbing to support lookup-name. It is still ultimately a NO-OP but the contents of web.xml and annotations is now read into the right places. Modified: tomcat/t

svn commit: r1827367 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/deploy/ResourceBase.java java/org/apache/catalina/deploy/WebXml.java java/org/apache/catalina/startup/WebAnnotationSet.java

2018-03-20 Thread markt
Author: markt Date: Tue Mar 20 22:35:08 2018 New Revision: 1827367 URL: http://svn.apache.org/viewvc?rev=1827367&view=rev Log: Add plumbing to support lookup-name. It is still ultimately a NO-OP but the contents of web.xml and annotations is now read into the right places. Modified: tomcat/t

svn commit: r1827368 - /tomcat/trunk/java/org/apache/tomcat/util/descriptor/web/WebXml.java

2018-03-20 Thread markt
Author: markt Date: Tue Mar 20 22:36:04 2018 New Revision: 1827368 URL: http://svn.apache.org/viewvc?rev=1827368&view=rev Log: Fix an overlooked TODO Modified: tomcat/trunk/java/org/apache/tomcat/util/descriptor/web/WebXml.java Modified: tomcat/trunk/java/org/apache/tomcat/util/descriptor/we

svn commit: r1827369 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/descriptor/web/WebXml.java

2018-03-20 Thread markt
Author: markt Date: Tue Mar 20 22:36:40 2018 New Revision: 1827369 URL: http://svn.apache.org/viewvc?rev=1827369&view=rev Log: Fix an overlooked TODO Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/descriptor/web/WebXml.java Propchange:

svn commit: r1827370 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/descriptor/web/WebXml.java

2018-03-20 Thread markt
Author: markt Date: Tue Mar 20 22:37:02 2018 New Revision: 1827370 URL: http://svn.apache.org/viewvc?rev=1827370&view=rev Log: Fix an overlooked TODO Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/descriptor/web/WebXml.java Propchange:

svn commit: r1827371 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/deploy/WebXml.java

2018-03-20 Thread markt
Author: markt Date: Tue Mar 20 22:38:47 2018 New Revision: 1827371 URL: http://svn.apache.org/viewvc?rev=1827371&view=rev Log: Fix an overlooked TODO Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/deploy/WebXml.java Propchange: tomcat/tc7.

umask and SecurityListener

2018-03-20 Thread Christopher Schultz
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 modify one's own catalina.sh file in order to enable the UMA

[GUMP@vmgump-vm3]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2018-03-20 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-trunk-test-apr has an issue affecting its community integration. Th