webtier@glassfish.java.net

Custom error pages not working in 1.2_13!?

From: <webtier_at_javadesktop.org>
Date: Mon, 10 Aug 2009 04:51:02 PDT

Hi,

I recently updated from 1.2._10 to 1.2_13 and suddenly my custom error pages are not working anymore. I get the standard "500" error pages from JSF.

First the participants:

Apache Tomcat 6.0.18
JSF 1.2_13
ICEfaces 1.8.1

and the snippet from web.xml

        <error-page>
                <error-code>403</error-code>
                <location>/forbidden.faces</location>
        </error-page>
        <error-page>
                <error-code>404</error-code>
                <location>/not_found.faces</location>
        </error-page>
        <error-page>
                <error-code>500</error-code>
                <location>/error.faces</location>
        </error-page>
        <error-page>
                <exception-type>java.lang.RuntimeException
                </exception-type>
                <location>/error.faces</location>
        </error-page>

As I seaid ealrier everything worked fine when I used 1.2_10 but stopped working after the migration to 1.2_13. I switched back to 1.2_10 and it worked again.

Is there an (un)known issue?

Thx,
Daniel
[Message sent by forum member 'djm82' (djm82)]

http://forums.java.net/jive/thread.jspa?messageID=359697