On Mon, 10 Sep 2001, Roland wrote:

> Date: Mon, 10 Sep 2001 15:58:52 -0300
> From: Roland <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Little login BUG with JDBC realms ?
>
> Hello, I noticed the following behaviour using JDBC realms on tomcat 4.0-b7
> running under windows-NT:
>
> I have protected a directory. When I try to access it the login-form shows
> up. After I have successfully logged in, the directory appears to be blank.
> After I press the reload button on my browser(M$ Internet Explorer sadly)
> the contents of the directory show up correctly.
> The directory contains only a small image-file(this was only for test
> purposes). That means that there are no welcome files or index.html or
> things like that.
>
> Is this a bug? Why don't the contents of the directory appear correctly
> after the successfull login?
>
> This doesn't bother me at all, but I hope it helps to improve Tomcat...a
> great product btw...
>
> Roland
>
>

Roland, I'm unable to reproduce this with either IE or Netscape as the
browser (against current CVS code).  Could you try it again with Tomcat
4.0-rc1 or a currently nightly build?

Note that it should not make any difference which Realm you are using,
because the Realm is not involved in the actual HTML code that is
displayed.  It *might* make a difference which login method you are using
(I tested with form-based, on the assumption that this was your scenario
as well.

If you still have problems, please report a bug to our bug tracking
system:

  http://nagoya.apache.org/bugzilla/

Thanks,
Craig McClanahan

Reply via email to