On Wed, Sep 30, 2009 at 16:00, Vidar Ramdal <[email protected]> wrote: > Yes, but then you would get a login form in situations where you'd > rather get a 404, like when following a broken link.
Right, you will end up with some logic inside the 404.jsp for when to redirect or when to send the 404 back to the client. For example, you typically only want to do that if the client is a browser and not some programmatic http client that (should) know the credentials anyway. Regards, Alex -- Alexander Klimetschek [email protected]
