Jackie-Jiang opened a new pull request #4426: Add URIUtils class to handle 
URI/URL encoding/decoding
URL: https://github.com/apache/incubator-pinot/pull/4426
 
 
   Fix the double encoding bug of encoding URI without scheme
   "/segments/segment %" ->
   Without fix: "file:/segments/segment+%2525"
   With fix: "file:/segments/segment+%25"

----------------------------------------------------------------
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.
 
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