I do a GET request on a servlet(Restlet 2.0m7). Then, this servlet do a GET 
request with ClientResource on another REST servlet. Both applications are 
deployed with Tomcat. I have an error 400 (bad request) with the second request.

When I run the first servlet in hosted mode, it works but i have a warning : 
Couldn't find the mandatory "host" HTTP header.

When I use HttpClient instead of ClientResource in my first servlet, it works 
fine.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2659937

Reply via email to