Re: When is 7.0.69 expected !

2016-04-06 Thread Violeta Georgieva
Hi, 2016-04-07 8:54 GMT+03:00 Utkarsh Dave : > > Hi Tomcat team, > > I am looking for below fix > > http://svn.apache.org/viewvc?view=revision&revision=1734262 > > The fix will be available in 7.0.69. > > > Is there a date for the new release yet... You can follow this discussion. http://marc.inf

When is 7.0.69 expected !

2016-04-06 Thread Utkarsh Dave
Hi Tomcat team, I am looking for below fix http://svn.apache.org/viewvc?view=revision&revision=1734262 The fix will be available in 7.0.69. Is there a date for the new release yet... -Thanks Utkarsh

Tomcat Windows Services issue

2016-04-06 Thread Saurav Maulick
Hi All, I am using tomcat 5.5.28. I have a problem, when we run the tomcat`s node from console it is working fine, but when we run it from windows services we have found that application is not able to handle UTF8 encoding. I have tried to build windows services both from tsm2.0 software and com

Filters: How to programmatically find out their order in hindsight?

2016-04-06 Thread Burkhard Graves
Hello tomcat users, ServletContext#getFilterRegistrations() returns an unordered map only - how to programmatically find out the order in which the filters are applied/registered? I know the specs ... > The order the container uses in building the chain of filters to be applied > for a particul

Re: Tomcat 8.5 and TLS

2016-04-06 Thread Thad Humphries
On Wed, Apr 6, 2016 at 12:17 PM, Coty Sutherland wrote: > Hi Thad, > > Hopefully I can help clear up some confusion here. I'd also suggest > watching the 8.5 connector video that markt presented here > for more information on the > connector changes i

Re: Tomcat 9.0.0M4 (and trunk) issue with Websockets (bug?)

2016-04-06 Thread Mark Thomas
On 05/04/2016 19:48, Mark Thomas wrote: > On 04/04/2016 18:01, Francesco Bassi wrote: >> Hello everybody. >> >> Tomcat 9 has a different behaviour than Tomcat 8, during the management of >> MessageHandler.onMessage: >> >> - in Tomcat 8: >> Thread.currentThread().getContextClassLoader() returns an

Re: Tomcat 8.5 and TLS

2016-04-06 Thread Coty Sutherland
Hi Thad, Hopefully I can help clear up some confusion here. I'd also suggest watching the 8.5 connector video that markt presented here for more information on the connector changes introduced by 8.5. I found the bits on the SSL change particularly inf

JNDIRealm random authentication issue

2016-04-06 Thread Arnaud Mergey
Hello, I have a tomcat 8.0.23 configured to authenticate against and Active Directory with LDAP realm. Randomly I have authentication failures with stack trace above. I didn not find anything except an old post mentionning same issue I am facing, with tomcat 6 but with no answers. I am not

Re: Tomcat 8.5 and TLS

2016-04-06 Thread Igor Cicimov
On Wed, Apr 6, 2016 at 6:11 AM, Thad Humphries wrote: > My primary interest in Tomcat 8.5 is HTTP/2, so I must set up HTTPS and > TLS. > > Since I eventually must demonstrate the various HTTPS approaches to others, > I have tried both the APR and the NIO implementation, as well as the > different