Re: how to access HTTPServletRequest in RealmBase

2017-04-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 4/1/17 8:17 AM, André Warnier (tomcat) wrote: > Could not a solution be, to provide in the Realm, another > authenticate() signature, with > authenticate(user,credentials,extra_params) with "extra_params" > being some kind of HashMap

Re: [ANN] Apache Tomcat 7.0.77 released

2017-04-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dave, On 4/3/17 2:57 PM, Utkarsh Dave wrote: > Thanks for the update. We just picked 7.0.76. Wanted to know if > there is an important fix in 7.0.77 version and can users face > issue if they chose to be on 7.0.76. Just wanted to know if any >

Re: [ANN] Apache Tomcat 7.0.77 released

2017-04-03 Thread Utkarsh Dave
Hello Violeta, Thanks for the update. We just picked 7.0.76. Wanted to know if there is an important fix in 7.0.77 version and can users face issue if they chose to be on 7.0.76. Just wanted to know if any particular reason because release time between 76 and 77 is short? -Dave On Mon, Apr 3,

[ANN] Apache Tomcat 8.0.43 available

2017-04-03 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.43. Please note that Tomcat 8.x users should normally be using 8.5.x releases in preference to 8.0.x releases. Apache Tomcat 8.0 is an open source software implementation of the Java Servlet, JavaServer Pages, Java

[ANN] Apache Tomcat 7.0.77 released

2017-04-03 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.77. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

Re: InvocationTargetException on startup after upgrade to 8.5.13

2017-04-03 Thread Mark Thomas
On 4/3/2017 10:39 AM, Konstantin Kolinko wrote: 3. This getter has a side-effect. It callsAbstractHttp11Protocol.registerDefaultSSLHostConfig() Note that this happens when Tomcat is already running. The call is from a web application. This results in NPE trying to read a key file. I guess

Re: InvocationTargetException on startup after upgrade to 8.5.13

2017-04-03 Thread Konstantin Kolinko
2017-04-03 11:51 GMT+03:00 Frank Taffelt : > after upgrading from 8.5.12 to 8.5.13 the following exception is thrown on > startup. > > WARNING: IntrospectionUtils: InvocationTargetException for class > org.apache.coyote.http11.Http11NioProtocol ciphers) >

RE: InvocationTargetException on startup after upgrade to 8.5.13

2017-04-03 Thread Frank Taffelt
hmm my SSL Config didn't change and is part of an CI system that worked with each of the 8.5.X versions until the latest. but will cross check. As the exception occurs during the processing of some JMX beans, i thought that it's somewhere related to #60853 that now exposes the SSLHostConfig and

Re: InvocationTargetException on startup after upgrade to 8.5.13

2017-04-03 Thread Rémy Maucherat
2017-04-03 10:51 GMT+02:00 Frank Taffelt < frank.taff...@interface-projects.de>: > after upgrading from 8.5.12 to 8.5.13 the following exception is thrown on > startup. > > Caused by: java.lang.NullPointerException > at java.io.FileInputStream.(FileInputStream.java:130) > at

InvocationTargetException on startup after upgrade to 8.5.13

2017-04-03 Thread Frank Taffelt
after upgrading from 8.5.12 to 8.5.13 the following exception is thrown on startup. WARNING: IntrospectionUtils: InvocationTargetException for class org.apache.coyote.http11.Http11NioProtocol ciphers) java.lang.reflect.InvocationTargetException at