Closed GoogleCodeExporter closed 8 years ago
Can you try this version of RESTClient and let me know:
http://dl.dropbox.com/u/2505020/restclient-ui-3.1.1-SNAPSHOT.zip
There was a related issue which was fixed recently, not sure if what you have
reported is related to that.
Original comment by subwiz
on 4 Jan 2013 at 3:58
I am having a very similar issue as this, curly braces and double quotes in the
web service url
using restclient-ui-3.2 on Win7
Illegal character in path at index 86: http://...
java.lang.IllegalArgumentException: Illegal character in path at index 86:
http://... at java.net.URI.create(Unknown Source)
at org.apache.http.client.methods.HttpPut.<init>(HttpPut.java:68)
at org.wiztools.restclient.HTTPClientRequestExecuter.execute(HTTPClientRequestExecuter.java:208)
at org.wiztools.restclient.ui.RESTViewImpl$2.run(RESTViewImpl.java:322)
Caused by: java.net.URISyntaxException: Illegal character in path at index 86:
http://...
at java.net.URI$Parser.fail(Unknown Source)
at java.net.URI$Parser.checkChars(Unknown Source)
at java.net.URI$Parser.parseHierarchical(Unknown Source)
at java.net.URI$Parser.parse(Unknown Source)
at java.net.URI.<init>(Unknown Source)
... 4 more
Original comment by jaxlande...@gmail.com
on 20 Jun 2013 at 8:36
Original comment by subwiz
on 4 Dec 2013 at 12:25
Original issue reported on code.google.com by
nra...@gmail.com
on 3 Jan 2013 at 10:56Attachments: