cstamas commented on a change in pull request #136: HTTPCLIENT-1968
URL: 
https://github.com/apache/httpcomponents-client/pull/136#discussion_r257453656
 
 

 ##########
 File path: 
httpclient/src/main/java/org/apache/http/impl/client/DefaultRedirectStrategy.java
 ##########
 @@ -183,10 +190,23 @@ public URI getLocationURI(
 
     /**
      * @since 4.1
+     * @deprecated (4.5.8) use {@link #createLocationURI(String, boolean)}
      */
+    @Deprecated
     protected URI createLocationURI(final String location) throws 
ProtocolException {
+        return SENTINEL_URI;
+    }
+
+    /**
+     * @since 4.5.8
+     */
+    protected URI createLocationURI(final String location, final boolean 
normalizeUri) throws ProtocolException {
 
 Review comment:
   Ack, done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to