Changed #rewriteRequestURI method visibility to protected
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@665917 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
baaef5ace5
commit
f267f66df9
|
@ -244,7 +244,7 @@ public class DefaultClientRequestDirector
|
|||
}
|
||||
|
||||
|
||||
private void rewriteRequestURI(
|
||||
protected void rewriteRequestURI(
|
||||
final RequestWrapper request,
|
||||
final HttpRoute route) throws ProtocolException {
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue