That was it--just switch redirect to "false" in order to forward
instead. Thanks Craig!
Glen
Craig McClanahan wrote:
On 8/22/05, Glen Mazza <[EMAIL PROTECTED]> wrote:
<forward name="Failure" path="/WEB-INF/pages/LoginForm.jsp"
redirect="true"/>
<forward name="Success" path="/WEB-INF/pages/UserQuery.jsp"
redirect="true"/>
You are using redirects here, which causes the browser to make a
second request to the new URL. It's not legal to make a request
directly to a JSP page (or any other resource) inside the /WEB-INF
directory; you have to use forwards instead.
Craig
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]