arturobernalg commented on PR #481:
URL: 
https://github.com/apache/httpcomponents-core/pull/481#issuecomment-2350914987

   > I'm not sure about creating a special case for a single character. Maybe 
registering a Map would be more flexible. I'm not sure what should be allowed 
to be mapped though.
   
   HI @garydgregory 
   As far as I understand, according to 
[RFC3986](https://datatracker.ietf.org/doc/html/rfc3986), spaces in URIs should 
be encoded as %20, and the + character is not treated as a space. Introducing a 
map would add unnecessary complexity since only + is treated this way in form 
encoding. Now, on second thought, it may be incorrect to allow users to change 
the plusAsBlank value. I'm not sure anymore.


-- 
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: dev-unsubscr...@hc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to