wenlongbrother opened a new issue, #5259: URL: https://github.com/apache/shenyu/issues/5259
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior <img width="294" alt="image" src="https://github.com/apache/shenyu/assets/50658515/afd76cb7-f899-4938-b7ad-fb59f19fe9d4"> admin throws: 2023-10-27 15:01:13 [shenyu-shared_wheel_timer-3] WARN org.apache.shenyu.common.timer.AbstractRetryTask - Failed to execute task:/ws-native:websocket,retried:34 ,total retries:-1,cause:java.lang.IllegalArgumentException: Invalid path string "/shenyu/discoveryUpstream/websocket//ws-native" caused by empty node name specified @36 when I remove this slash <img width="357" alt="image" src="https://github.com/apache/shenyu/assets/50658515/b2fa7d4d-6d4f-4b75-bcdb-d09924915583"> it won't throw this exception ### Expected Behavior won't throw this exception and path string is "/shenyu/discoveryUpstream/websocket/ws-native" and successfully open connection ### Steps To Reproduce 1. run admin via zk to sync data 2. run bootstrap via zk to sync data 3. run shenyu-example-spring-native-websocket 4. admin throws exception ### Environment ```markdown ShenYu version(s):2.4.0 ``` ### Debug logs _No response_ ### Anything else? _No response_ -- 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]
