Not all exceptions are properly handled by the WicketFilter -> results in empty
response document with unset status code -> seen as HTTP_OK by client
-----------------------------------------------------------------------------------------------------------------------------------------------------
Key: WICKET-2794
URL: https://issues.apache.org/jira/browse/WICKET-2794
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.4.7
Reporter: Christian Oldiges
Priority: Minor
Our custom ResourceStreamLocator might throw RuntimeExceptions.
When doing so, the exception handling of the WicketFilter doesnt properly
handle this situation and creates an empty document with unset response code,
which is usually sent to the client as HTTP_OK.
quickstart follows.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.