Hello, there is no ovious reason for avoiding you to issue any request from the Verifier class. You should see the same behaviour when issuing the same request in a standalone main method. What happens if you hit the resource directly?
Best regards, Thierry Boileau Hi, > > We are using ChallengeAuthenticator infront of a router in our application. > We have set a Verifier into this ChallengeAuthenticator which implements a > getLocalSecret method. Inside this method we are trying to do some checks > based on the given identifier and get its secret. In this process, we are > using ClientResource call to a resource hosted by security module of the > same application. This is also a secure resource and hence we are using an > administrator credential to make this call. After we make this call, it > seems to hit the server, but server fails saying 404 - Resource not found. > It is not clear why we are seeing this behavior. Is this happening because > in the same server thread we are calling back into the server? Is this a > correct approach we are following for implementing this authenticator? This > authenticator is inside the application, but in the client part of a > Security module, which uses caching to authenticate users where possible and > calls into security server module when needed. > > Any pointers would be appreciated. > > Regards, > RK. > > ------------------------------------------------------ > > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2694125 > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2697603

