Hello, Can I ask a newbie question: How to custom WWW-Authentication?
for example, I hope the server response header could consist of: WWW-Authentication: PPPK realm=”[email protected]” I did the following code, but WWW-Authentication didn't display [email protected], just a question mark. ChallengeRequest c = new ChallengeRequest(ChallengeScheme.CUSTOM, "[email protected]"); getResponse().setChallengeRequest(c); any idea? Thanks in advance, Nicho ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2623478

