Hi Sumit, I have made the necessary changes (SVN trunk and 1.0 branch) to SecurityUtils in order to: - allow null realms when formatting the "WWW-Authenticate" header - lower the log message level from WARNING to FINE when the scheme isn't supported by default in NRE core.
Note that in a future release, we would like to add support for pluggable authentication scheme to NRE, see: http://restlet.tigris.org/issues/show_bug.cgi?id=229 Best regards, Jerome > -----Message d'origine----- > De : news [mailto:[EMAIL PROTECTED] De la part de Sumit Lohia > Envoyé : vendredi 28 septembre 2007 21:48 > À : [email protected] > Objet : Re: Null Realm in custom Guard > > Sumit Lohia <sumit.lohia <at> gmail.com> writes: > > Would it be possible to change > com.noelios.restlet.util.SecurityUtils to > > not add the realm if the realm is null? > > Also, even though my Guard overrides the authenticate() method, > I get a logger warning saying > > Authentication failed: unsupported scheme used: > > Sumit >

