kerneltime commented on code in PR #4920:
URL: https://github.com/apache/ozone/pull/4920#discussion_r1296492086


##########
hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/endpoint/ObjectEndpoint.java:
##########
@@ -386,7 +386,7 @@ public Response get(
       // http://localhost:9878/bucket/key?response-expires=1&response-expires=2
       // only response-expires=1 is valid
       MultivaluedMap<String, String> queryParams = context
-          .getUriInfo().getQueryParameters();
+          .getUriInfo().getQueryParameters(false);

Review Comment:
   This looks fine, but I would like to know if we need a more thorough 
approach to handle Unicode values in the query params and how we process it.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to