HTTPCLIENT-862: bug fix
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@889756 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b21dfb34a6
commit
39065c31c9
|
@ -1005,7 +1005,7 @@ public class DefaultRequestDirector implements RequestDirector {
|
|||
}
|
||||
}
|
||||
|
||||
RequestWrapper wrapper = new RequestWrapper(redirect);
|
||||
RequestWrapper wrapper = wrapRequest(redirect);
|
||||
wrapper.setParams(params);
|
||||
|
||||
HttpRoute newRoute = determineRoute(newTarget, wrapper, context);
|
||||
|
|
Loading…
Reference in New Issue