Open GoogleCodeExporter opened 9 years ago
Thanks for reporting the defect! An URI string should not contain any literal
space. Spaces should be replaced with either "%20" or "+", which can be done by
using the encodeURI() method to encode the resource names before sending
requests.
I'll fix this soon.
Original comment by Humu2...@gmail.com
on 8 Mar 2014 at 12:04
Original issue reported on code.google.com by
shanedav...@gmail.com
on 8 Mar 2014 at 7:05