Problem:
Error due to invalid characters like "%"
<hostname>/rest/qos/data/name/QOS_DISK_USAGE/<hostname>.ls.interbrew.net/D%3A%5C/201506111416/now/0
* Hostname was NOT found in DNS cache
* Connected to ninsoft (ninsoft) port 80 (#0)
* Server auth using Basic with user 'user'
> Authorization: Basic YWRtaW5pc3RyYXRvcjpuaW1zb2Z0MTIzNA==
* Server wasp is not blacklisted
Environment:
Windows 2008
UIM 8.2
Probe: webservices_rest 2.19
Resolution:
Add the extra options in the wasp configuration GUI (or in startup->options in the wasp.cfg) to the existing value in the "options" key, for example, currently the default was:
options = -Dfile.encoding=UTF8
Change the options to:
options = -Dfile.encoding=UTF8 -Dorg.apache.catalina.connector.CoyoteAdapter.ALLOW_BACKSLASH=true -Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true
Additional Information:
It will all fit on one line in the GUI. Each -Doption needs to be separated by a space.