What steps will reproduce the problem?
1. twitter update.xml call using HttpClient4
2. twitter returns 417 Expectation Failed error
in the net.oauth.client.httpclient4.httpclient4 class a change needs to be
made to the method
public HttpResponseMessage execute(HttpMessage request, Map<String, Object>
parameters) throws IOException {
that allows the for the following call to be made
params.setBooleanParameter(CoreProtocolPNames.USE_EXPECT_CONTINUE,false);
Original issue reported on code.google.com by michaels...@gmail.com on 5 Jan 2010 at 6:15
Original issue reported on code.google.com by
michaels...@gmail.com
on 5 Jan 2010 at 6:15