QuakeWang opened a new pull request, #782:
URL: https://github.com/apache/opendal-reqsign/pull/782

   Closes #778.
   
   `SigningRequest` previously parsed existing URI queries and rebuilt them 
from decoded pairs. This could change percent-encoded values and even alter 
query parameter boundaries during signing.
   
   This PR preserves unchanged raw query parameters when applying signed 
requests. Affected signers now use separate canonical query representations for 
signature calculation without rewriting the query sent over the wire.
   
   Regression tests cover header signing and query signing across affected 
services


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