removeMessageHandler in WS doesnt handle wrapped listeners?

2017-12-21 Thread Romain Manni-Bucau
Hi guys, shouldnt org.apache.tomcat.websocket.WsSession#removeMessageHandler handle the wrapped instance the other way around? My isssue is this kind of code: session.addMessageHandler(MyPayload.class, this); session.removeMessageHandler(MyPayload.class, this); this doesnt work cause the instan

Re: removeMessageHandler in WS doesnt handle wrapped listeners?

2017-12-21 Thread Romain Manni-Bucau
PS: forgot the workaround: session.removeMessageHandler(session.getMessageHandlers().iterator().next()); Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github

[Bug 61914] NPE at org.apache.tomcat.util.net.AbstractJsseEndpoint.createSSLEngine with SNI on Java 9

2017-12-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61914 --- Comment #4 from thibaud KIEFFER --- When I start a tomcat 9 with MobaXterm from windows I have these java exceptions, it's since tomcat 9, I never had this issue before and I don't have this issue with Putty : 21-Dec-2017 11:20:24.942 INFO

[Bug 61924] New: MobaXterm and tomcat 9 java exception

2017-12-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61924 Bug ID: 61924 Summary: MobaXterm and tomcat 9 java exception Product: Tomcat 9 Version: 9.0.2 Hardware: PC Status: NEW Severity: normal Priority: P2

[Bug 61924] MobaXterm and tomcat 9 java exception

2017-12-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61924 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED OS|

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

2017-12-21 Thread remm
Author: remm Date: Thu Dec 21 12:06:37 2017 New Revision: 1818919 URL: http://svn.apache.org/viewvc?rev=1818919&view=rev Log: 61914: Avoid possible NPE on Java 9 when creating a SSL engine. Patch submitted by Evgenij Ryazanov. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractJs

svn commit: r1818920 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java webapps/docs/changelog.xml

2017-12-21 Thread remm
Author: remm Date: Thu Dec 21 12:14:12 2017 New Revision: 1818920 URL: http://svn.apache.org/viewvc?rev=1818920&view=rev Log: 61914: Avoid possible NPE on Java 9 when creating a SSL engine. Patch submitted by Evgenij Ryazanov. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc

[Bug 61924] MobaXterm and tomcat 9 java exception

2017-12-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61924 --- Comment #2 from thibaud KIEFFER --- Sorry It's not a tomcat issue. Thanks for the response. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 61914] NPE at org.apache.tomcat.util.net.AbstractJsseEndpoint.createSSLEngine with SNI on Java 9

2017-12-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61914 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1818927 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/loader/WebappClassLoaderBase.java java/org/apache/catalina/loader/WebappLoader.java java/org/apache/catalina/loader/mbeans-des

2017-12-21 Thread huxing
Author: huxing Date: Thu Dec 21 14:07:20 2017 New Revision: 1818927 URL: http://svn.apache.org/viewvc?rev=1818927&view=rev Log: Support configure the interval to keep all jars open if no jar is accessed. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.jav

svn commit: r1818929 - /tomcat/tc7.0.x/trunk/webapps/docs/config/loader.xml

2017-12-21 Thread huxing
Author: huxing Date: Thu Dec 21 14:24:43 2017 New Revision: 1818929 URL: http://svn.apache.org/viewvc?rev=1818929&view=rev Log: Add documentation for jarOpenInterval attribute. Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/loader.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/lo

svn commit: r1818931 - /tomcat/tc7.0.x/trunk/modules/jdbc-pool/build.properties.default

2017-12-21 Thread huxing
Author: huxing Date: Thu Dec 21 14:35:57 2017 New Revision: 1818931 URL: http://svn.apache.org/viewvc?rev=1818931&view=rev Log: Update compile source/target to 1.6 for jdbc-pools so that it can be compiled by Java 9. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/build.properties.default

[Bug 61810] [Proposal] Support configure the interval to keep all jars open if no jar is accessed

2017-12-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61810 Huxing Zhang changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1818976 - in /tomcat/trunk: java/org/apache/tomcat/util/net/openssl/ciphers/Cipher.java java/org/apache/tomcat/util/net/openssl/ciphers/Encryption.java test/org/apache/tomcat/util/net/ope

2017-12-21 Thread markt
Author: markt Date: Thu Dec 21 20:16:26 2017 New Revision: 1818976 URL: http://svn.apache.org/viewvc?rev=1818976&view=rev Log: Add support for the OpenSSL ARIA ciphers to the OpenSSL to JSSE cipher mapping. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/Cipher.java

svn commit: r1818977 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/openssl/ciphers/ test/org/apache/tomcat/util/net/openssl/ciphers/ webapps/docs/

2017-12-21 Thread markt
Author: markt Date: Thu Dec 21 20:17:57 2017 New Revision: 1818977 URL: http://svn.apache.org/viewvc?rev=1818977&view=rev Log: Add support for the OpenSSL ARIA ciphers to the OpenSSL to JSSE cipher mapping. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/a

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

2017-12-21 Thread Mark Thomas
On 21/12/2017 05:15, Bill Barker wrote: > test: >[concat] Testsuites with skipped tests: >[concat] > TEST-org.apache.catalina.connector.TestRequest.APR.txt:TEST-org.apache.catalina.core.TestDefaultInstanceManager.APR.txt:TEST-org.apache.catalina.loader.TestWebappClassLoaderThreadLocalMe

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

2017-12-21 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-nio has an issue affecting its community integration. Th

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

2017-12-21 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-nio2 has an issue affecting its community integration. T

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

2017-12-21 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