[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mohamed Ibrahim updated HTTPCLIENT-1648:
----------------------------------------
    Description: 
HttpClient doesn't allow automatic redirects with Http Delete method.
I would like to request to add support to relax any restrictions on auto 
redirecting for the Delete method?

I needed to redirect on a Delete call so I added a DeleteRedirectStrategy class 
which extended LaxRedirectStrategy and added Delete method.
Alternatively, could just add Delete method to LaxRedirectStrategy class.


  was:Http client doesn't allow redirects with Http Delete method.


> Allow Redirects with Http DELETE method
> ---------------------------------------
>
>                 Key: HTTPCLIENT-1648
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1648
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>    Affects Versions: 4.4.1
>            Reporter: Mohamed Ibrahim
>            Priority: Minor
>              Labels: DELETE, REDIRECTS
>
> HttpClient doesn't allow automatic redirects with Http Delete method.
> I would like to request to add support to relax any restrictions on auto 
> redirecting for the Delete method?
> I needed to redirect on a Delete call so I added a DeleteRedirectStrategy 
> class which extended LaxRedirectStrategy and added Delete method.
> Alternatively, could just add Delete method to LaxRedirectStrategy class.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to