- From: Anselm Baird_Smith <abaird@www43.inria.fr>
- Date: Tue, 21 Jan 1997 11:09:46 +0100 (MET)
- To: Antonio Ramirez <anto@www10.w3.org>
- Cc: www-jigsaw@www10.w3.org
Antonio Ramirez writes: > > You can use this: > > String authuser = > request.getState(www.jigsaw.auth.GenericAuthFilter > .STATE_AUTHUSER) Oops, a slight bug above: it should read: request.getState(www.jigsaw.auth.AuthFilter.STATE_AUTHUSER); (The GenericAuthFilter being one possible implementation of AuthFilter) Anselm.
Received on Tuesday, 21 January 1997 05:09:49 UTC