You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org> on 2015/01/07 17:20:34 UTC

[jira] [Created] (TOBAGO-1436) ResourceServlet should not render an error page (only the status)

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)