Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.3.14.3
-
None
-
None
Description
WW-2874 describes a scenario in which crawlers hitting an all lowercase version of an action name returns a 404 but also logs an error. The solution was to only log errors in devMode.
However the same exception is passed to the sendError method which later logs it again as an error but only when not in dev mode. This exception cannot be silenced without silencing the whole of the Dispatcher class.
In dev mode the Exception is logged as debug.
Attachments
Issue Links
- is broken by
-
WW-3609 Struts problem report not working properly (Freemarker template error in error.ftl at line 68 in conjunction with special exception types)
- Closed
- is duplicated by
-
WW-4191 Excessive 404 error logging
- Closed
- relates to
-
WW-2874 Dispatcher logs an error / severe from serviceAction() before it returns a 404 "Could not find action or result"
- Closed