您的位置:首页 > 编程语言 > Java开发

uri异常,java.net.URISyntaxException

2016-05-20 00:00 399 查看
摘要: java.net.URISyntaxException: Illegal character in path at index 63

uri异常,可能是路径中有空格,或者像下面这样

<destination>
<protocol>http</protocol>
<method>POST</method>
<timeout>60000</timeout>
<uri>/apiexplorer_server/serviceTest/setUrl
</uri>
</destination>

<uri></uri>标签没有在一行,
改成下面这样就ok 了

<uri>/apiexplorer_server/serviceTest/setUrl</uri>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息