Thanks Len.
--
View this message in context:
http://old.nabble.com/error-page-problem---nested-exceptions-tp27272261p27294864.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail
plementation to find nested
> exceptions?
>
> Cheers, rotis23
> --
> View this message in context:
> http://old.nabble.com/error-page-problem---nested-exceptions-tp27272261p27276806.html
> Sent from the Tomcat - User mailing list archive at Nabble.com.
>
>
> -
cats error-page implementation to find nested
exceptions?
Cheers, rotis23
--
View this message in context:
http://old.nabble.com/error-page-problem---nested-exceptions-tp27272261p27276806.html
Sent from the Tomcat - User mailing list archiv
gt; see that they don't have the privleges rather than a generic error messge -
> I also need the catchall!
>
> Has anyone else dealt with this issue? I've been searchign for a couple days
> on this now.
>
> TIA, rotis23
> --
> View this message in context:
>
Has anyone else dealt with this issue? I've been searchign for a couple days
on this now.
TIA, rotis23
--
View this message in context:
http://old.nabble.com/error-page-problem---nested-exceptions-tp27272261p27272261.html
Sent from the Tomcat - User mailing list archiv
Hi.
I've got a strange problem with the error-page directive and tomcat
5.5.17 + myfaces 1.1 + facelets 1.1.
I have the following in my web.xml:
...
java.lang.Throwable
/pages/error.html
500
/page
It seems like a bug in (exact version) tomcat 5.5.17:
As defined per spec 2.4... I have stripped the problem to three files.
The servlet conteiner is not unwrapping the ServletException as
defined in the spec.
Result: error 500.
Expected result: server side redirect to error.jsp
Important test