I have a client set up like so: final Client client = new Client(getContext(), Protocol.ALL);
But the Response from the client.get() call suggests that my Protocol is not handled. I really want to support all of the Protocols in this case. Do I need to use an Array of all of them until it's working? Am I using it incorrectly? Thanks! Dustin Dustin Jenkins [email protected] ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2395159

