Re: Localized Authentification Access Denied

> When an authentification fails, GenericAuthFilter.authentificate throws
> an english written message:
> 
> Unauthorised access
> 
> You are denied access to this resource. 
> 
> 
> It would be fine if in next release, GenericAuthFilter was added with a
> new attribute with and URL for unauthorised access with a custom
> message. The default attribute value would be the actual english one.
> 
> Emmanuel CASTRO
> 

You can redifine on the fly all the error
messages flowing out of Jigsaw. The general principle is that all
error messages comming out of Jigsaw are filtered, and intercepted.
Jigsaw then uses internal requests to query some other resource for
generating the exact text of the error message. 

use an ErrorFilter. see the documentation at 

 User/Reference/w3c.jigsaw.filters.ErrorFilter.html



- Benoît Mahé -------------------------------------------------------
World Wide Web Consortium                       bmahe@sophia.inria.fr 
Architecture domain - Jigsaw Team               tel : 04 93 65 79 89
---------------------------------------------------------------------

Received on Monday, 29 September 1997 06:09:33 UTC