Descriptionhttp Issue 225: When redirects on 303 are changed to GET, they must have empty content
https://code.google.com/p/google-http-java-client/issues/detail?id=225
Previously, a POST with content on 303 would cause the following:
java.lang.IllegalArgumentException: GET with non-zero content length is not supported
at com.google.api.client.repackaged.com.google.common.base.Preconditions.checkArgument(Preconditions.java:119)
at com.google.api.client.util.Preconditions.checkArgument(Preconditions.java:69)
at com.google.api.client.http.javanet.NetHttpRequest.execute(NetHttpRequest.java:86)
at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:960)
Patch Set 1 #
Total comments: 2
Patch Set 2 : Added upgrade warning #
MessagesTotal messages: 4
|