You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shale.apache.org by "Anonymous (JIRA)" <ji...@apache.org> on 2007/11/06 11:57:35 UTC

[jira] Updated: (SHALE-250) Custom Error Page doesn't work when used with Clay

     [ https://issues.apache.org/struts/browse/SHALE-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]


    Status: Resolved  (was: Closed)

> Custom Error Page doesn't work when used with Clay
> --------------------------------------------------
>
>                 Key: SHALE-250
>                 URL: https://issues.apache.org/struts/browse/SHALE-250
>             Project: Shale
>          Issue Type: Bug
>          Components: Clay
>    Affects Versions: 1.0.3-SNAPSHOT
>         Environment: jboss4.0.1sp1
>            Reporter: lily
>
> If the cutom error page defined in web.xml ends with suffixes that match clay template suffixes, it can't display.
> Maybe it's because ClayViewHandlerCommand doesn't execute so that the request attribute Globals.CLAY_FULL_VIEW_SUFFIX can't be set when web server redirects to  custom error page.
> If My custom error page is defined like this:
>  <servlet-mapping>
>     <servlet-name>faces</servlet-name>
>     <url-pattern>*.html</url-pattern>
>   </servlet-mapping>
>     <servlet-mapping>
>     <servlet-name>faces</servlet-name>
>     <url-pattern>*.xml</url-pattern>
>   </servlet-mapping>
>    
>    <error-code>404</error-code>
>     <location>/error.jsp</location>
>   </error-page>
> The error page can display, but if I replace the error.jsp with "/error.html", it can't  disply

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.