Gestiada / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Automatically follow redirects #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the feature requested?

By default the http library should automatically follow redirects, as specified 
in the Location header for a 3xx response.  By default there should be a fixed 
maximum number of redirects it follows to avoid an infinite loop.  It should be 
possible to turn set this maximum number, using 0 to disable following 
redirects.

Java environments (e.g. Java 6, Android 2.2, App Engine 1.3.7)?

All.

External references, such as a standards document, or specification?

http://tools.ietf.org/html/rfc2616#section-10.3
http://tools.ietf.org/html/rfc2616#section-14.30

Please provide any additional information below.

Original issue reported on code.google.com by yan...@google.com on 7 Oct 2010 at 11:36

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 12 Nov 2010 at 1:48

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 8 Jan 2011 at 6:28

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/google-http-java-client/issues/detail?id=33

Original comment by yan...@google.com on 12 Sep 2011 at 11:33