Re: Handling of redirections

Woah, I obviously missed something in the move to alpha5. So is the
stuff in classes/w3c/jigsaw/auth/ (including AuthFilter) obsolete? Could
anybody summarize the differences/improvements?

Thanks in advance.

-Mark

Anselm Baird_Smith wrote:

> Mark Friedman writes:
>  > Anselm Baird_Smith wrote:
>  >
>  > > Note that this is not entirely true when filters are used (ie the
>
>  > > AUthFilter will retry the request behind the runRequest'caller
> back)
>  > >
>  > Where is this happening? I don't see anything that retries any
> requests
>  > in the AuthFilter code (at least not for alpha5).
>
> www23:Jigsaw$ cd src/classes/w3c/www/protocol/http/auth/
> www23:auth$ grep runRequest *java
> AuthFilter.java:        Reply retry =
> request.getManager().runRequest(request);
>
> The runRequest restarts a fresh request on behalf of the intial one,
>
> Anselm.

Received on Tuesday, 27 May 1997 12:15:18 UTC