Hello,
marvin monroe has commented on
http://tapestry.apache.org/request-processing.html.
You can find the comment here:
http://tapestry.apache.org/request-processing.html#comment_1646
Please note that if the comment contains a hyperlink, it must be approved
before it is shown on the site.
Below is the reply that was posted:
~~~~
Look at the source of RequestErrorFilter:
https://github.com/apache/tapestry5/blob/5.0/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/RequestErrorFilter.java
The ErrorFilter just delegates the request and wraps everything in a
try-catch-block. So anything that throws an exception and is executed after the
ErrorFilter will be handled by it.
An exception in the StaticFiles filter won't and I guess you'll see the servlet
container's raw exception page.
~~~~
With regards,
The Apache Tapestry Project.
You are receiving this email because you have subscribed to changes for the
tapestry site.
To stop receiving these emails, unsubscribe from the mailing list that is
providing these notifications.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]