Closed GoogleCodeExporter closed 9 years ago
Updating to the latest snapshot will print the HTTP error message returned by
the server.
Original comment by dkocher@sudo.ch
on 8 Aug 2011 at 7:59
Well the reason that sharepoint gives is that the resource can't be found,
although it's there...
I have noticed that you are using java URI class. What's the proper way to
encode the uri string so that URI allows things like
"http://localhost:80/dummy/hello dude.txt", i.e. with special characters?
Original comment by pedro.a3...@gmail.com
on 8 Aug 2011 at 8:15
You have to encode the path using URI percented encoding. Note that this
differs from application/x-www-form-urlencoded. A space must be encoded with
%20.
Original comment by dkocher@sudo.ch
on 8 Aug 2011 at 9:44
Original issue reported on code.google.com by
pedro.a3...@gmail.com
on 2 Aug 2011 at 4:22