Udo Schnurpfeil created TOBAGO-1436:
---------------------------------------
Summary: ResourceServlet should not render an error page (only the
status)
Key: TOBAGO-1436
URL: https://issues.apache.org/jira/browse/TOBAGO-1436
Project: MyFaces Tobago
Issue Type: Bug
Components: Core
Reporter: Udo Schnurpfeil
Assignee: Udo Schnurpfeil
Priority: Minor
When using
{code}
respone.sendError(404, "Text")
{code}
eventually a full JSF will be rendered (when configured in the web.xml), but
for resources the status code is enough, like:
{code}
respone.setStatus(404)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)