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 2018/07/13 11:29:46 UTC

[GitHub] yjqg6666 commented on issue #988: zookeeper'Dubbo path has come out many strange nodes

yjqg6666 commented on issue #988: zookeeper'Dubbo path has come out many strange nodes
URL: https://github.com/apache/incubator-dubbo/issues/988#issuecomment-404806682
 
 
   
   php > var_dump(urldecode("%24"));
   string(1) "$"
   php > var_dump(urlencode("%24"));
   string(5) "%2524"
   php > var_dump(urlencode("%2524"));
   string(7) "%252524"
   php > var_dump(urlencode("%252524"));
   string(9) "%25252524"
   php > var_dump(urlencode("%25252524"));
   string(11) "%2525252524"
   
   interface命名中含有特殊符号,然后多次转义的情况下会这样。 
   转义是在什么情况下执行的?什么情况下会再次转义? 
   我们有接口使用的是子类用到了$ 出现了多个252524。
   zk节点下面都有[consumers, routers, providers, configurators] 且下级内容均为空,很大可能性是由dubbo写入的。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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