[jira] [Updated] (HTTPCLIENT-1130) New LaxRedirectStrategy class should probably call the super method first.
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alin Vasile updated HTTPCLIENT-1130: Attachment: redirect_strategy.patch A variant of Ryan's solution that removes completely the redirect method in LaxStrategy. > New LaxRedirectStrategy class should probably call the super method first. > -- > > Key: HTTPCLIENT-1130 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1130 > Project: HttpComponents HttpClient > Issue Type: Bug > Components: HttpClient >Affects Versions: 4.2 Alpha1, 4.2 Final > Environment: n/a >Reporter: Ryan Smith >Priority: Minor > Fix For: 4.2 Final > > Attachments: 1130.patch, redirect_strategy.patch > > Original Estimate: 1m > Remaining Estimate: 1m > > LaxRedirectStrategy extends the defaulRedirect class but does not call the > super method as one would expect. > Just adding a patch to make sure it gets called. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[jira] [Updated] (HTTPCLIENT-1130) New LaxRedirectStrategy class should probably call the super method first.
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Smith updated HTTPCLIENT-1130: --- Attachment: 1130.patch > New LaxRedirectStrategy class should probably call the super method first. > -- > > Key: HTTPCLIENT-1130 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1130 > Project: HttpComponents HttpClient > Issue Type: Bug > Components: HttpClient >Affects Versions: 4.2 Alpha1, 4.2 Final > Environment: n/a >Reporter: Ryan Smith >Priority: Minor > Fix For: 4.2 Final > > Attachments: 1130.patch > > Original Estimate: 1m > Remaining Estimate: 1m > > LaxRedirectStrategy extends the defaulRedirect class but does not call the > super method as one would expect. > Just adding a patch to make sure it gets called. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
