Re: Apache Tomcat 8.5.49 - StackOverflowError when getting static resources

2019-11-28 Thread Mark Thomas
On 28/11/2019 07:59, jan.a...@seznam.cz wrote: > Hello Mark, > > no problem, thanks that I could test it also with 8.5 version.  > > With your build Apache Tomcat/8.5.50-dev issue also disapeared. Thanks for the confirmation. Mark --

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 com

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 an

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: 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 on

Re: Apache Tomcat 8.5.49 - StackOverflowError when getting static resources

2019-11-26 Thread jan.atos
"On 26/11/2019 16:34, Mark Thomas wrote: >> Jan, >> >> On 11/26/19 09:20, jan.a...@seznam.cz wrote: >>> with update of Tomcat to version 8.5.49 we observed issue in our >>> application when accessing login page. >> >> Sounds suspiciously familiar: >> https://markmail.org/message/7xfg5x7mllrki3hd >

Re: Apache Tomcat 8.5.49 - StackOverflowError when getting static resources

2019-11-26 Thread Mark Thomas
On 26/11/2019 16:34, Mark Thomas wrote: >> Jan, >> >> On 11/26/19 09:20, jan.a...@seznam.cz wrote: >>> with update of Tomcat to version 8.5.49 we observed issue in our >>> application when accessing login page. >> >> Sounds suspiciously familiar: >> https://markmail.org/message/7xfg5x7mllrki3hd >>

Re: Apache Tomcat 8.5.49 - StackOverflowError when getting static resources

2019-11-26 Thread Mark Thomas
> Jan, > > On 11/26/19 09:20, jan.a...@seznam.cz wrote: >> with update of Tomcat to version 8.5.49 we observed issue in our >> application when accessing login page. > > Sounds suspiciously familiar: > https://markmail.org/message/7xfg5x7mllrki3hd > > This was for a recent Tomcat 9.0 release, no

Re: Apache Tomcat 8.5.49 - StackOverflowError when getting static resources

2019-11-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jan, On 11/26/19 09:20, jan.a...@seznam.cz wrote: > with update of Tomcat to version 8.5.49 we observed issue in our > application when accessing login page. Sounds suspiciously familiar: https://markmail.org/message/7xfg5x7mllrki3hd This was for

Apache Tomcat 8.5.49 - StackOverflowError when getting static resources

2019-11-26 Thread jan.atos
Hello, with update of Tomcat to version 8.5.49 we observed issue in our application when accessing login page.  Application log contains StackOverflowError. There is recursive call of CompositionHandler.apply() method. It seems that issue is connected with resource caching because when I s