Hi,

I have a servlet which accepts only PUT requests. Bu when I'm send the parameters like below, those are not read in the Servlet.


HttpClient httpClient = null;
HttpResponse...