ok2c commented on code in PR #803:
URL: 
https://github.com/apache/httpcomponents-client/pull/803#discussion_r2790063212


##########
httpclient5/src/main/java/org/apache/hc/client5/http/protocol/RequestAddCookies.java:
##########
@@ -76,6 +76,28 @@ public class RequestAddCookies implements 
HttpRequestInterceptor {
 
     private static final Logger LOG = 
LoggerFactory.getLogger(RequestAddCookies.class);
 
+    private static String normalizeRequestPath(final String rawPath) {

Review Comment:
   @arturobernalg This may be useful 



##########
httpclient5/src/main/java/org/apache/hc/client5/http/protocol/RequestAddCookies.java:
##########
@@ -76,6 +76,28 @@ public class RequestAddCookies implements 
HttpRequestInterceptor {
 
     private static final Logger LOG = 
LoggerFactory.getLogger(RequestAddCookies.class);
 
+    private static String normalizeRequestPath(final String rawPath) {

Review Comment:
   @arturobernalg This may be useful 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to