Re: Handling of redirections

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 11:56:36 UTC