Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Servlets Get 2.0.6
-
None
Description
Currently the DefaultGetServlet either sends a 403/FORBIDDEN error if a desired renderer is not known or throws a ServletException in this case if the request is included.
This is not a good solution. It would better to just log an error message if the response is committed or the request included and only send the 403 error if the request is neither included nor the response committed.