yu199195 commented on code in PR #5632: URL: https://github.com/apache/shenyu/pull/5632#discussion_r1733931977
########## shenyu-web/src/main/java/org/apache/shenyu/web/loader/ShenyuPluginPathBuilder.java: ########## @@ -30,7 +30,7 @@ public final class ShenyuPluginPathBuilder { private static final String PLUGIN_PATH = "plugin-ext"; - private static final String DEFAULT_EXT_PLUGIN_PATH = "/ext-lib/"; + private static final String DEFAULT_EXT_PLUGIN_PATH = "ext-lib/"; Review Comment: Why can't use '/ ' at the beginning? -- 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: notifications-unsubscr...@shenyu.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org