Demogorgon314 opened a new pull request, #1505:
URL: https://github.com/apache/pulsar-client-go/pull/1505

   ### Motivation
   
   `UpdateDynamicConfiguration` build  `configValue` directly into the URL 
path. If either value contains path-reserved characters such as `/`, the 
request path can be interpreted incorrectly.
   
   ### Modifications
   
   Escape `configValue` as URL path segments with `url.PathEscape`, and 
preserve escaped path values in the REST client request construction. Added 
tests to verify escaped slashes are kept in the final request path.
   


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

Reply via email to