On 1/8/06, Mark Thomas <[EMAIL PROTECTED]> wrote:

> The servlet spec requires that no resources are served from the
> WEB-INF directory for security reasons. Move the jsp to
> /visioneer/SearchErrors.jsp and all should be fine.

But he's forwarding to it, which is allowed.

I think it should be:
   String url = "/WEB-INF/SearchErrors.jsp";

(I would move it to WEB-INF/jsp/SearchErrors.jsp though.)

--
Wendy

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

Reply via email to