- All Implemented Interfaces:
- javax.ws.rs.client.ClientResponseFilter
public class FollowRedirectsFilter
extends java.lang.Object
implements javax.ws.rs.client.ClientResponseFilter
Default implementation of RedirectStrategy honors the restrictions on automatic redirection of entity enclosing methods such as POST and
PUT imposed by the HTTP specification. 302 Moved Temporarily, 301 Moved Permanently and 307 Temporary Redirect status codes will result
in an automatic redirect of HEAD and GET methods only.
org.apache.http.impl.client.DefaultRedirectStrategy
This filter allows arbitrary redirection for other methods.