On Thu, 21 Jun 2001, Michael Jennings wrote:

> Okay,
> 
> I was being stupid. I understand now, with form-based authentication when
> you
> request /mywebapp/private/somefile.jsp what you get back should just be
> generated from the login page, then when you submit your credentials,
> it returns whatever is generated from /mywebapp/private/somefile.jsp

That would be nice - if possible. I spent quite a bit of time finding
workarounds that would allow such a behavior.

If the login page would be displayed all the <a href="" /> or <img> in the
login page will be treated by the browser as relative to
/mywebapp/private, while the login page can be somewhere else.

> So the redirection thing is just how it is implemented right now.
>
> Stupid me.

Probably it's me the one - since everyone seems to know how to implement
such a thing except me. 

Costin

Reply via email to