[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Leigh updated HTTPCLIENT-1385:
------------------------------------

    Attachment: HTTPCLIENT-1385.patch

This patch replaces the canonicalizePath implementation with a complete 
Syntax-Based Normalization implementation. The method will decode the path and 
re-encodes only the characters that must be encoded (i.e. Case 
Normalization/Percent-Encoding Normalization) and includes Path Segment 
Normalization as per RFC 3986.
                
> CacheKeyGenerator Does Not Normalize Path Correctly
> ---------------------------------------------------
>
>                 Key: HTTPCLIENT-1385
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1385
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpCache
>    Affects Versions: 4.3 Beta2
>            Reporter: James Leigh
>              Labels: patch
>             Fix For: 4.3 Beta3
>
>         Attachments: HTTPCLIENT-1385.patch
>
>
> CacheKeyGenerator fails to normalize paths with they contain a dot segment or 
> percent.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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]

Reply via email to