You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/09/14 10:58:44 UTC

[GitHub] [dubbo] zrlw opened a new issue #8798: dubbo3.0执行dubbo-spi-extentions测试test_URL_mutable_withType提示StringIndexOutOfBoundsException

zrlw opened a new issue #8798:
URL: https://github.com/apache/dubbo/issues/8798


   ### Environment
   
   * Dubbo version:  3.0 / master
   
   ### Steps to reproduce this issue
   test_URL_mutable_withType方法构建URL使用的字符串是:
   URL data = URL.valueOf("dubbo://admin:hello1234@10.20.130.230:20880/context/path?version=1.0.0&application=morgan&noValue");
   
   ### Actual Result
   java.lang.StringIndexOutOfBoundsException: String index out of range: -1
   	at java.lang.String.substring(String.java:1967)
   	at org.apache.dubbo.common.URLStrParser.addParam(URLStrParser.java:296)
   


-- 
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-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] CrazyHZM closed issue #8798: dubbo3.0执行dubbo-spi-extentions测试test_URL_mutable_withType提示StringIndexOutOfBoundsException

Posted by GitBox <gi...@apache.org>.
CrazyHZM closed issue #8798:
URL: https://github.com/apache/dubbo/issues/8798


   


-- 
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-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org