Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.1
-
None
-
None
-
Tomcat 5.5.20, Struts 2.0.1
Description
I get a stack overflow error when requesting a resource that does not exist.
For example:
When the request is handled for the following CSS include that doesn't actually exist in our file system, an exception is thrown that ends up in a stack overflow.
<link rel="stylesheet" type="text/css" media="print" href="/OLT/styles/olt_om_user_ar/print.css" />
I can replicate this behavior for any file that doesn't exist in our file system.
When I remove the "struts-cleanup" filter I no longer receive this error.