BeanELResolver issue – calling a varargs method with no argument

2017-12-06 Thread Nitkalya (Ing) Wiriyanuparb
Hello. I'm upgrading from Tomcat 7.0.30 to 8.5.24. Everything is working fine, but I notice that BeanELResolver behaves differently when calling a bean varargs method with no argument. My action bean has a method with the signature "public String getIncludes(final String... moduleNames)". I'm cal

Re: How to get the AbstractEndpoint from Tomcat with tomcat-embed

2017-12-06 Thread Jesse Schulman
For some reason there are no Catalina names from that MBean server: Registry.getRegistry(null, null).getMBeanServer().getDomains() yields JMImplementation, java.util.logging, java.lang, Tomcat, com.sun.management, null, java.nio and Registry.getRegistry(null, null).getMBeanServer().queryMBeans

Re: SSL connectors

2017-12-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 12/6/17 7:32 AM, Johan Compagner wrote: > On 1 December 2017 at 16:44, Mark Thomas wrote: > >> On 01/12/17 14:57, Chris Cheshire wrote: >>> I see in the changelog for 8.5.24 >>> >>> 60762: Add the ability to make changes to the TLS confi

Re: Parallel deployment without container managed sessions

2017-12-06 Thread malbinola
Hi Mark, i have extended Shiro's default sid generator (JavaUuidSessionIdGenerator), providing ids according to your suggestion, but unfortunately we obtain the same behaviour. After deploying the new app upgrade, users on the old release are logged out again. -- Sent from: http://tomcat.10.x6.

Re: SSL connectors

2017-12-06 Thread Johan Compagner
On 1 December 2017 at 16:44, Mark Thomas wrote: > On 01/12/17 14:57, Chris Cheshire wrote: > > I see in the changelog for 8.5.24 > > > > 60762: Add the ability to make changes to the TLS configuration of a > > connector at runtime without having to restart the Connector. (markt) > > > > Does this

Re: SSL connectors

2017-12-06 Thread Mark Thomas
On 06/12/17 01:06, George S. wrote: > > > On 12/1/2017 8:44 AM, Mark Thomas wrote: >> On 01/12/17 14:57, Chris Cheshire wrote: >>> I see in the changelog for 8.5.24 >>> >>> 60762: Add the ability to make changes to the TLS configuration of a >>> connector at runtime without having to restart the

Re: How to get the AbstractEndpoint from Tomcat with tomcat-embed

2017-12-06 Thread Mark Thomas
On 06/12/17 00:17, Jesse Schulman wrote: > Now that 8.5.24 is released with new support for runtime SNI/SSLHostConfig > changes (thank you Mark!) I am trying to access the AbstractEndpoint from > our application to call these 2 new methods: > > public void addSslHostConfig(SSLHostConfig sslHos