[EMAIL PROTECTED] wrote:
>
> Hello,
>
> the error I posted in "JDBCRealm/Tomcat do not not protect Web
> Pages!?..." is solved. Stupid I was I forgot to rename the *.html
> files to *.jsp. Tomcat obviously totally ignores the html-File and
> doesn't protect it. Ok seems to work. But now when accessing the
> protected source I get an error like this one:
Tomcat's behavious is strange re html files. If one is protected via
url-pattern it redirects to the configured login form. So, you type in
the user name/password but tomcat never calls the realm/authenticate()
method, it just then shows the html page regardless of what you type in
on the login form...