justinmclean opened a new issue, #8053: URL: https://github.com/apache/gravitino/issues/8053
### What would you like to be improved? In doFilter in server/src/main/java/org/apache/gravitino/server/web/VersioningFilter.java If version accept header is set, then you need to check if it is supported and the accept header may contain multiple comma separated values or additional parameters, the code currently assumes only one. ### How should we improve? Use find() rather than matches(). -- 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]
