RE: Re: Applying multiple security scheme's to a uri

2010-01-13 Thread webpost
Just some feedback. This is working nicely. Thank you, --KD -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2436969

RE: Re: Applying multiple security scheme's to a uri

2010-01-12 Thread webpost
Thanks for your response. Will try it out. --KD -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2436555

Re: Applying multiple security scheme's to a uri

2010-01-11 Thread Matt Kennedy
Are you using the 2.0 API? You can subclass the Authenticator and override the authenticate() method. That gives you access to the Request object, you should then be able to check the user-agent and do custom authentication. Authenticator is a filter, so you will have to call setNext() to