The following error is printing on the server console of all developer machines, a test server and the production server. It was just noticed starting a few days ago. Has anyone seen this behavior before?
num is -13 pos 2 chars are %3
java.lang.IllegalArgumentException
at com.sssw.rt.util.AgoHTTPHelper.unescape(AgoHTTPHelper.java:217)
at com.sssw.rt.util.AgoHTTPHelper.unescape(AgoHTTPHelper.java:166)
at com.sssw.srv.http.LookupState.unescape(LookupState.java:40)
at com.sssw.srv.http.LookupState.parseURI(LookupState.java:65)
at com.sssw.srv.http.LookupState.reset(LookupState.java:320)
at com.sssw.srv.http.Client.processRequest(Client.java:878)
at com.sssw.srv.http.Client.loop(Client.java:1215)
at com.sssw.srv.http.Client.runConnection(Client.java:1419)
at com.sssw.srv.http.Client.run(Client.java:1379)
at java.lang.Thread.run(Thread.java:484)
num is -13 pos 2 chars are %3
java.lang.IllegalArgumentException
at com.sssw.rt.util.AgoHTTPHelper.unescape(AgoHTTPHelper.java:217)
at com.sssw.rt.util.AgoHTTPHelper.unescape(AgoHTTPHelper.java:166)
at com.sssw.srv.http.LookupState.unescape(LookupState.java:40)
at com.sssw.srv.http.LookupState.parseURI(LookupState.java:65)
at com.sssw.srv.http.LookupState.reset(LookupState.java:320)
at com.sssw.srv.http.Client.processRequest(Client.java:878)
at com.sssw.srv.http.Client.loop(Client.java:1215)
at com.sssw.srv.http.Client.runConnection(Client.java:1419)
at com.sssw.srv.http.Client.run(Client.java:1379)
at java.lang.Thread.run(Thread.java:484)