Hi Bruno,
Thanks for the patch! A slightly modified version has been checked in SVN
trunk:
- better concurrency support
- no more addChallengeRequest() method
- use getChallengeRequests().add(..) instead)
Let me know if I broke anything :-)
Best regards,
Jerome
_____
De : Rob Heittman [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 4 juin 2008 05:47
À : [email protected]
Objet : Re: Guards and authentication mechanisms
I tried it. I like it.
- R
I've just submitted a patch to
http://restlet.tigris.org/issues/show_bug.cgi?id=457
Basically, setChallengeRequest is deprecated (and uses the first entry in
the list) and replaced with addChallengeRequest and setChallengeRequests;
getChallengeRequest is also deprecated and replaced with
getChallengeRequests.