jerryshao commented on code in PR #11361:
URL: https://github.com/apache/gravitino/pull/11361#discussion_r3353342853
##########
server-common/src/main/java/org/apache/gravitino/server/web/JettyServerConfig.java:
##########
@@ -377,7 +379,15 @@ private JettyServerConfig(Map<String, String> configs) {
this.customFilters =
internalConfig
.get(CUSTOM_FILTERS)
Review Comment:
You can update the `CUSTOM_FILTERS` to use `toSequence()`, which will
convert the string conf to list conf
--
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]