RE: Re: Custom Challenge Scheme

2011-06-04 Thread Paul Morris
Thanks for the input. I was able to get Restlet to recognize my helper. Not sure I understand the implications of setting the clientSide boolean value to true but anyway what I'm fighting with now is the line in my overridden parseResponse method for setting the raw value. Unfortunately when

RE: Re: Custom Challenge Scheme

2011-06-04 Thread Paul Morris
I feel like an idiot (lol). I just needed to change my setRawValue method line so that it was using the ChallengeResponse argument in the method itself and not the HttpRequest adapter's getChallengeResponse(). It's understandable why that would have created an infinite loop. Anyway thanks again