Please File a bug at http://nagoya.apache.org/bugzilla with this
behavior...
Saludos ,
Ignacio J. Ortega
> -----Mensaje original-----
> De: Antony Bowesman [mailto:[EMAIL PROTECTED]]
> Enviado el: jueves 17 de mayo de 2001 15:50
> Para: [EMAIL PROTECTED]
> Asunto: Re: Supid errors gone but another internal error with
> JDBC Realm
>
>
> [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...
>