[ https://issues.apache.org/jira/browse/HTTPCLIENT-1828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15907122#comment-15907122 ]
Oleg Kalnichevski commented on HTTPCLIENT-1828: ----------------------------------------------- Gary I fully agree with Jon. The 4.5.x branch _is_ maintenance mode (as should be any branch that reaches GA status) and ought not have any API visible changes _at all_. The reason for that is very simple. Once released such changes are impossible to revert without breaking API compatibility. If you want to proceed with your plan, please do it properly: cut a 4.6.x branch and take those changes through conventional ALPHA / BETA / GA phases in order to give people an opportunity to react to API changes and give feedback. Oleg > HttpDelete does not extend HttpEntityEnclosingRequestBase > --------------------------------------------------------- > > Key: HTTPCLIENT-1828 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1828 > Project: HttpComponents HttpClient > Issue Type: Improvement > Affects Versions: 4.5.1, 4.5.2, 4.5.3 > Reporter: Saravanakumar Selvaraj > Fix For: 4.5.4, 5.0 Alpha1 > > > Sending body in DELETE is allowed as the HTTP 1.1 specification does not > forbid. Hence HttpDelete.class should extend from > HttpEntityEnclosingRequestBase instead of HttpRequestBase. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org