initialdmg commented on code in PR #5632:
URL: https://github.com/apache/shenyu/pull/5632#discussion_r1735454346


##########
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:
   The absolute path of `/ext-lib/` is not in the deployment directory. On 
Linux, it's just pointing to the `/ext-lib` folder. On Windows it is in the 
root of the deployment driver. A log point added to confirm this. We can find 
this in test case too: 
   
https://github.com/apache/shenyu/blob/1f5b5cda230c10b577712918db95c4028d902345/shenyu-web/src/test/java/org/apache/shenyu/web/loader/ShenyuPluginPathBuilderTest.java#L42-L49



-- 
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

Reply via email to