Questions about JSSEUtil#getKeyManagers

2018-01-22 Thread Nitkalya (Ing) Wiriyanuparb
Hi all, I'm on Java 8 and Tomcat 8.5.26 (built from tag) moving from 7.0.41. I have a little problem with how JSSEUtil#getKeyManagers creates key managers. This essentially causes Tomcat to sometimes serves an incorrect server certificate chain during ServerHello. -Djavax.net.debug=all gave me a

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