jerryshao opened a new pull request, #8336:
URL: https://github.com/apache/gravitino/pull/8336

   ### What changes were proposed in this pull request?
   
   This PR mainly fixes server things:
   
   1. Fix the double encoding issue. Because Java and Http client will 
automatically encode the query parameters. Doing it manually will encode the 
String twice, which will lead to unexpected issues.
   2. Add missing encoding in the URL.
   3. Because this fix will break the compatibility, introducing an internal 
configuration to control this, by default it is disabled.
   
   ### Why are the changes needed?
   
   Fix the double encoding problem.
   
   Fix: #8335 
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes, the change will break the backward compabilitiy for fileset related 
interfaces. So introducing a configuration to control the compatibility.
   
   ### How was this patch tested?
   
   Local test.
   


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