Re: Apache Tomcat 8.5.49 - StackOverflowError when getting static resources

2019-11-27 Thread jan.atos
" On 27/11/2019 23:40:27, ma...@apache.org wrote: > Sorry to be a pain but could you test again? I've updated the 9.0.30-dev >  > build and added 8.5.50-dev here: >  >  >  > http://people.apache.org/~markt/dev/ >  >  >  > The last patch went to far and essentially

RE: FW: tomcat creating new ssl session id for same session

2019-11-27 Thread Rekha.MS
Highly Restricted - Confidential Thanks for your prompt reply. Please find my response inline. -Original Message- From: Christopher Schultz Sent: Wednesday, November 27, 2019 11:15 PM To: users@tomcat.apache.org Subject: Re: FW: tomcat creating new ssl session id for same session

Re: Apache Tomcat 8.5.49 - StackOverflowError when getting static resources

2019-11-27 Thread Mark Thomas
On 27/11/2019 19:21, jan.a...@seznam.cz wrote: > Many thanks Mark. It seems fix works correctly. > > Because I observed the issue on version 8.5.49 and your build is version 9.0 > I installed Apache Tomcat/9.0.29 and observed not the same error but very > similar. It was also StackOverflow

Re: Apache Tomcat 8.5.49 - StackOverflowError when getting static resources

2019-11-27 Thread jan.atos
On 27/11/2019 13:14:02, ma...@apache.org wrote: >On 27/11/2019 06:27, jan.a...@seznam.cz wrote: > > > >> "On 26/11/2019 16:34, Mark Thomas wrote: > >>> I don't think so. More likely this is another instance of > >>> https://bz.apache.org/bugzilla/show_bug.cgi?id=63964 > >> > >> I think I have

Re: FW: tomcat creating new ssl session id for same session

2019-11-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rekha, On 11/27/19 05:15, rekha...@dell.com wrote: > I am using javax.servlet.request.ssl_session_id for session > validation. But tomcat creating new ssl session id and user > session validation is failing. How are you performing the validation?

Re: CPU high usage, the reason org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run

2019-11-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mladen, On 11/26/19 15:49, Mladen Adamović wrote: > Our setup is documented here: > https://mladenadamovic.wordpress.com/2016/09/06/configure-tomcat-with- ssl-on-ubuntu-minimal/ When > I read it in your documentation, I assumed it was just

Re: Apache Tomcat 8.5.49 - StackOverflowError when getting static resources

2019-11-27 Thread Mark Thomas
On 27/11/2019 06:27, jan.a...@seznam.cz wrote: > "On 26/11/2019 16:34, Mark Thomas wrote: >> I don't think so. More likely this is another instance of >> https://bz.apache.org/bugzilla/show_bug.cgi?id=63964 > > I think I have a fix for this. Are you able to build from source to test > this

Re: Error after upgrading to Tomcat 9.0.29

2019-11-27 Thread Mark Thomas
On 26/11/2019 21:22, Juri Berlanda wrote: > Hi, > > I never built Tomcat from source, but I guess there is a first time for > everything :-) > > I'm out of office tomorrow, but I will give it a shot on Thursday and > let you know how it went. Where can I find the source with the fix?

FW: tomcat creating new ssl session id for same session

2019-11-27 Thread Rekha.MS
Hi , I am using javax.servlet.request.ssl_session_id for session validation. But tomcat creating new ssl session id and user session validation is failing. Please let me know when tomcat creates new ssl session id and how by mandate it to use same ssl session id for same user session Thanks,