blinkseb commented on issue #7116: URL: https://github.com/apache/gravitino/issues/7116#issuecomment-2858637409
I've able to dig a bit more into the code, and indeed, the issue is here because the query parameters are automatically url-decoded by Jersey. The [`@Encoded`](https://docs.oracle.com/javaee/7/api/javax/ws/rs/Encoded.html) annotation is needed to keep the encoded value. I'm preparing a PR to fix the issue, it should be ready by today or tomorrow! -- 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]
