xjlgod commented on code in PR #7876:
URL: https://github.com/apache/incubator-seata/pull/7876#discussion_r2636961104
##########
console/src/main/java/org/apache/seata/console/config/WebSecurityConfig.java:
##########
@@ -98,7 +103,13 @@ public AuthenticationManager authenticationManager() {
@Bean
public WebSecurityCustomizer webSecurityCustomizer() {
- RequestMatcher[] ignoredMatchers =
buildAntMatchers(env.getProperty("seata.security.ignore.urls", "/**"));
+ StringBuilder ignoreURLs = new
StringBuilder(env.getProperty("seata.security.ignore.urls", "/**"));
Review Comment:
maybe we can use string joiner
--
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]