[GitHub] tomcat pull request #129: Fix typo in Spanish translation

2018-10-30 Thread aeoris
GitHub user aeoris opened a pull request: https://github.com/apache/tomcat/pull/129 Fix typo in Spanish translation You can merge this pull request into a Git repository by running: $ git pull https://github.com/aeoris/tomcat fixTypo Alternatively you can review and apply

Re: JDK 12 Early Access build 15 is available

2018-10-30 Thread Mark Thomas
On 30/10/18 17:56, Rémy Maucherat wrote: > On Tue, Oct 30, 2018 at 6:42 PM Mark Thomas wrote: > >> FYI, >> >> org.apache.tomcat.util.net.TestSsl.testRenegotiateWorks() is failing >> consistently when running with the NIO2 connector. >> >> It works with: >> - Oracle JDK 1.8.0 update 192 >> -

Re: JDK 12 Early Access build 15 is available

2018-10-30 Thread Rémy Maucherat
On Tue, Oct 30, 2018 at 6:42 PM Mark Thomas wrote: > FYI, > > org.apache.tomcat.util.net.TestSsl.testRenegotiateWorks() is failing > consistently when running with the NIO2 connector. > > It works with: > - Oracle JDK 1.8.0 update 192 > - Oracle JDK 9.0.4 > - Oracle JDK 10.0.2 > > It fails with:

[Bug 58837] support "X-Content-Security-Policy" a.k.a as "CSP"

2018-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58837 --- Comment #8 from Christopher Schultz --- My own personal concern is that we don't want to end up re-implementing this: http://tuckey.org/urlrewrite/ or this: https://tomcat.apache.org/tomcat-9.0-doc/rewrite.html It wouldn't be a bad thing

Re: JDK 12 Early Access build 15 is available

2018-10-30 Thread Mark Thomas
FYI, org.apache.tomcat.util.net.TestSsl.testRenegotiateWorks() is failing consistently when running with the NIO2 connector. It works with: - Oracle JDK 1.8.0 update 192 - Oracle JDK 9.0.4 - Oracle JDK 10.0.2 It fails with: - OpenJDK 11.0.1 - OpenJDK 12 ea17 First impression (based on the

svn commit: r1845257 - /tomcat/trunk/test/org/apache/catalina/tribes/group/interceptors/TestEncryptInterceptor.java

2018-10-30 Thread markt
Author: markt Date: Tue Oct 30 17:21:15 2018 New Revision: 1845257 URL: http://svn.apache.org/viewvc?rev=1845257=rev Log: Stop Gump tests failing Modified: tomcat/trunk/test/org/apache/catalina/tribes/group/interceptors/TestEncryptInterceptor.java Modified:

svn commit: r1845249 - /tomcat/trunk/test/org/apache/tomcat/util/net/TesterSupport.java

2018-10-30 Thread markt
Author: markt Date: Tue Oct 30 16:07:06 2018 New Revision: 1845249 URL: http://svn.apache.org/viewvc?rev=1845249=rev Log: Latest Java 12 client with OpenSSL 1.1.1 APR/Native and TLSv1.3 needs the CA cert configured on the server Modified:

svn commit: r1845250 - /tomcat/trunk/test/org/apache/tomcat/util/net/ca-cert.pem

2018-10-30 Thread markt
Author: markt Date: Tue Oct 30 16:08:20 2018 New Revision: 1845250 URL: http://svn.apache.org/viewvc?rev=1845250=rev Log: Follow-up to r1845249 - add the cA cert in PEM form Added: tomcat/trunk/test/org/apache/tomcat/util/net/ca-cert.pem Added:

[Bug 62868] WebappClassLoaderBase getResources(String) is not ordered according to delegate flag

2018-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62868 Donald changed: What|Removed |Added Resolution|WONTFIX |--- Status|RESOLVED

svn commit: r1845245 - in /tomcat/trunk/java/org/apache/catalina/tribes/membership/cloud: AbstractStreamProvider.java CertificateStreamProvider.java InsecureStreamProvider.java TokenStreamProvider.jav

2018-10-30 Thread remm
Author: remm Date: Tue Oct 30 15:36:22 2018 New Revision: 1845245 URL: http://svn.apache.org/viewvc?rev=1845245=rev Log: Refactor to reduce code duplication (the default host verification behavior should be better to use). Modified:

[Bug 62868] WebappClassLoaderBase getResources(String) is not ordered according to delegate flag

2018-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62868 --- Comment #2 from Remy Maucherat --- Although the enumeration returned has an ordering, I think the library which starts to take into account ordering, and your trying to override a resource (apparently) is too much to expect overall. So the

[Bug 62868] WebappClassLoaderBase getResources(String) is not ordered according to delegate flag

2018-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62868 Remy Maucherat changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug 58837] support "X-Content-Security-Policy" a.k.a as "CSP"

2018-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58837 --- Comment #7 from Donald --- I am often missing a generic filter where you just can provide a header name and value. If this is added then CSP is also supported. Any reason why such a filter does not exist yet? -- You are receiving this

[Bug 62868] WebappClassLoaderBase getResources(String) is not implemented

2018-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62868 Remy Maucherat changed: What|Removed |Added Severity|regression |normal --- Comment #1 from Remy

svn commit: r1845210 - /tomcat/trunk/test/org/apache/tomcat/util/net/TestClientCertTls13.java

2018-10-30 Thread markt
Author: markt Date: Tue Oct 30 10:03:49 2018 New Revision: 1845210 URL: http://svn.apache.org/viewvc?rev=1845210=rev Log: Skip test when APR/native connector version is built with an OpenSSl version that does not support TLS 1.3 Modified:

svn commit: r1845209 - in /tomcat/trunk: java/org/apache/tomcat/util/net/AbstractEndpoint.java webapps/docs/changelog.xml

2018-10-30 Thread markt
Author: markt Date: Tue Oct 30 09:53:53 2018 New Revision: 1845209 URL: http://svn.apache.org/viewvc?rev=1845209=rev Log: Ensure open sockets etc. are cleaned up if the socket binding process fails. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

Re: svn commit: r1845203 - /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/EncryptInterceptor.java

2018-10-30 Thread Mark Thomas
On 30/10/18 09:29, Rémy Maucherat wrote: > On Tue, Oct 30, 2018 at 10:02 AM Mark Thomas wrote: > >> On 30/10/18 09:00, ma...@apache.org wrote: >>> Author: markt >>> Date: Tue Oct 30 09:00:33 2018 >>> New Revision: 1845203 >>> >>> URL: http://svn.apache.org/viewvc?rev=1845203=rev >>> Log: >>>

[Bug 62868] New: WebappClassLoaderBase getResources(String) is not implemented

2018-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62868 Bug ID: 62868 Summary: WebappClassLoaderBase getResources(String) is not implemented Product: Tomcat 8 Version: 8.5.x-trunk Hardware: PC OS: Linux

svn commit: r1845207 - in /tomcat/trunk: java/org/apache/catalina/tribes/membership/cloud/KubernetesMembershipProvider.java res/checkstyle/org-import-control.xml

2018-10-30 Thread remm
Author: remm Date: Tue Oct 30 09:32:10 2018 New Revision: 1845207 URL: http://svn.apache.org/viewvc?rev=1845207=rev Log: Remove StringUtils use. Modified: tomcat/trunk/java/org/apache/catalina/tribes/membership/cloud/KubernetesMembershipProvider.java

Re: svn commit: r1845203 - /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/EncryptInterceptor.java

2018-10-30 Thread Rémy Maucherat
On Tue, Oct 30, 2018 at 10:02 AM Mark Thomas wrote: > On 30/10/18 09:00, ma...@apache.org wrote: > > Author: markt > > Date: Tue Oct 30 09:00:33 2018 > > New Revision: 1845203 > > > > URL: http://svn.apache.org/viewvc?rev=1845203=rev > > Log: > > Copy code to avoid unwanted dependency. > > The

svn commit: r1845205 - /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/EncryptInterceptor.java

2018-10-30 Thread markt
Author: markt Date: Tue Oct 30 09:11:11 2018 New Revision: 1845205 URL: http://svn.apache.org/viewvc?rev=1845205=rev Log: Fix javadoc warnings in IDE with more specific exception info Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/EncryptInterceptor.java

Re: svn commit: r1845203 - /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/EncryptInterceptor.java

2018-10-30 Thread Mark Thomas
On 30/10/18 09:00, ma...@apache.org wrote: > Author: markt > Date: Tue Oct 30 09:00:33 2018 > New Revision: 1845203 > > URL: http://svn.apache.org/viewvc?rev=1845203=rev > Log: > Copy code to avoid unwanted dependency. The other option is to add a dependency to tomcat-util.jar. Copying a small

svn commit: r1845203 - /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/EncryptInterceptor.java

2018-10-30 Thread markt
Author: markt Date: Tue Oct 30 09:00:33 2018 New Revision: 1845203 URL: http://svn.apache.org/viewvc?rev=1845203=rev Log: Copy code to avoid unwanted dependency. Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/EncryptInterceptor.java Modified:

svn commit: r1845201 - /tomcat/trunk/webapps/docs/config/cluster-interceptor.xml

2018-10-30 Thread markt
Author: markt Date: Tue Oct 30 08:33:34 2018 New Revision: 1845201 URL: http://svn.apache.org/viewvc?rev=1845201=rev Log: ws police Modified: tomcat/trunk/webapps/docs/config/cluster-interceptor.xml Modified: tomcat/trunk/webapps/docs/config/cluster-interceptor.xml URL: