https://bz.apache.org/bugzilla/show_bug.cgi?id=60578

--- Comment #3 from Ralf Hauser <hau...@acm.org> ---
thanks, the backport 8.5.9 appears to solve the problem (albeit not that long
observation period).

One side-effect was that the Bug 60126 came.
  <<The code of method _jspService(HttpServletRequest, HttpServletResponse) is
exceeding the 65535 bytes limit>>


Adding

 <init-param> 
            <param-name>mappedfile</param-name>
             <param-value>false</param-value>
  </init-param>

to [Tomcat_Home]/conf/web.xml as per
https://www.assetbank.co.uk/support/documentation/knowledge-base/byte-limit-exceeded-error/
solved that for me, but this might probably not work for everyone with the same
problem

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to