Hello List,

when using absolute Paths in JSPs errorPage-Directive, I get 
unexpected behavior:

A path "/error.jsp" should go to this page:
http://myserver.com/error.jsp
At least I did expect this.

Instead, it forwards all errors to:
http://myserver.com/context/error.jsp

This means:
An absolute Path in errorPage is
context-relative!
Is this correct?
The behavior seems consistent with
 context.getDispatcher("/error.jsp").forward(req, resp);


I would be very grateful for clarifications.

regards,

Reinhard

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to