vernedeng commented on code in PR #8201:
URL: https://github.com/apache/inlong/pull/8201#discussion_r1224023901
##########
inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/auth/InlongShiroImpl.java:
##########
@@ -135,4 +156,17 @@ public AuthorizationAttributeSourceAdvisor
getAuthorizationAttributeSourceAdviso
authorizationAttributeSourceAdvisor.setSecurityManager(securityManager);
return authorizationAttributeSourceAdvisor;
}
+
+ private String genFiltersInOrder(String... filterNames) {
+ if (filterNames.length == 1) {
+ return filterNames[0];
+ }
+
+ StringBuilder sb = new StringBuilder();
Review Comment:
fixed, thx
--
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]