Re: Recommended way to selectively RequestDispatch.include/forward to form based login?

2006-01-13 Thread Ken Johanson
Bill Barker wrote: . The above seems like it should work; however I happen to get a StringIndexOutOfBounds* (with tomcat 5.0.30), probably caused by RD not being able to resolve the path of a protected URI (a guess) - so I'm looking for another way.. No, it's actually because it's inc

Re: Recommended way to selectively RequestDispatch.include/forward to form based login?

2006-01-12 Thread Bill Barker
"Ken Johanson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > Does anyone have a suggested way to selectively, inside a simple JSP or > Servlet, cause the built-in Tomcat form-login to be presented? > > Currently, I'm doing the following: > > -Have protected URI inside

Recommended way to selectively RequestDispatch.include/forward to form based login?

2006-01-11 Thread Ken Johanson
Hello, Does anyone have a suggested way to selectively, inside a simple JSP or Servlet, cause the built-in Tomcat form-login to be presented? Currently, I'm doing the following: -Have protected URI inside my webapp, e.g. /login/, configured with a security-constraint in web.xml. (this works