dashes in objectIds
Posted: 12 May 2019 13:36
I have a number range that contains a dash. The name is "1000-6999" without the "'s.
To extract it, I make a request to this URL:
http://srvroxe02.nxodev.intra/api/rest/ ... /1000-6999
And I get an internal server error back on release 032 with innerMessage
java.lang.ClassCastException: com.alu.proserv.mcdo.mib.attribute.OctetStringType cannot be cast to com.alu.proserv.mcdo.mib.attribute.SequenceType
is there a special encoding that I need to perform on certain characters? Standard UrlEncode leaves the string as is.
To extract it, I make a request to this URL:
http://srvroxe02.nxodev.intra/api/rest/ ... /1000-6999
And I get an internal server error back on release 032 with innerMessage
java.lang.ClassCastException: com.alu.proserv.mcdo.mib.attribute.OctetStringType cannot be cast to com.alu.proserv.mcdo.mib.attribute.SequenceType
is there a special encoding that I need to perform on certain characters? Standard UrlEncode leaves the string as is.