You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Anton Pozhidaev (JIRA)" <ji...@apache.org> on 2019/04/08 16:19:00 UTC

[jira] [Updated] (HTTPCLIENT-1982) Encoded equals(=) are not preservered

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

Anton Pozhidaev updated HTTPCLIENT-1982:
----------------------------------------
    Description: 
This issue is very similar to HTTPCLIENT-1968. 

But instead of encoded slash, it affects encoded equals (%3D). 

Encoded equals are decoded back in URL ( "%3D" => "=") *only if normalization is set to true*. 

However, I believe this is shouldn't be part of normalization.

The issue is happening somewhere inside URIBuilder.setPathSegments() which is called from 

`rewriteURI(URI uri, HttpHost target, EnumSet<URIUtils.UriFlag> flags)` line 103

PS. If the issue will be acknowledged as valid one I can try to prepare PR :) 

  was:
This issue is very similar to HTTPCLIENT-1968. 

But instead of encoded slash, it affects encoded equals (%3D). 

Encoded equals are decoded back in URL ( "%3D" => "=") *only if normalization is set to true*. 

However, I believe this is shouldn't be part of normalization.

The issue is happening somewhere inside URIBuilder.setPathSegments() which is called from 

`rewriteURI(URI uri, HttpHost target, EnumSet<URIUtils.UriFlag> flags)` line 103


> Encoded equals(=) are not preservered
> -------------------------------------
>
>                 Key: HTTPCLIENT-1982
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1982
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>    Affects Versions: 4.5.8
>            Reporter: Anton Pozhidaev
>            Priority: Major
>
> This issue is very similar to HTTPCLIENT-1968. 
> But instead of encoded slash, it affects encoded equals (%3D). 
> Encoded equals are decoded back in URL ( "%3D" => "=") *only if normalization is set to true*. 
> However, I believe this is shouldn't be part of normalization.
> The issue is happening somewhere inside URIBuilder.setPathSegments() which is called from 
> `rewriteURI(URI uri, HttpHost target, EnumSet<URIUtils.UriFlag> flags)` line 103
> PS. If the issue will be acknowledged as valid one I can try to prepare PR :) 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org