| Davide Bianchi 2006-02-01, 6:08 pm |
| On 2006-02-01, amiri.arash@gmail.com <amiri.arash@gmail.com> wrote:
> When I set up a HTTP Authentication, I get the following Java exception
> when viewing images:
> server redirected too many times (20)
> When I turn off HTTP Authentication, it works again...
> does anybody have a clue?
This usually means that the server sent a redirect to the client asking
to go to another page, which, in turn, sent another redirect, and so on
and so forth.
Now, I've never saw that happening with basic authentication, so that
make me think that you're not using basic authentication but some kind
of scripting-side authentication or that there is something done after
the authentication that screw things up.
Davide
--
My Win98 installation has been doing that for months.. German,
English, and Dutch, all intermingled. What's so frightening about
that? -- Jasper Janssen
You mean seeing "Reboot Macht Frei" on your screen? -- Greg Andrews
-- from alt.sysadmin.recovery
|