One example is shown below I have a services' resource and I want to filter based on the fields serviceClass of value "PROCMON" and serviceInstance of value "director;-D"
So my url ends up like this http://my.com/appl/services;serviceClass==PROCMON;serviceInstance==director%3B-D It seems that %3B is getting resolved to ; from searchContext.getCondition and is looking for a -D field in my Service class which does not exist and it is throwing a NullPointerException. Is there any way to avoid this? Thanks -- View this message in context: http://cxf.547215.n5.nabble.com/How-to-escape-semicolon-when-matrix-parameters-FIQL-are-used-tp5746002p5746090.html Sent from the cxf-user mailing list archive at Nabble.com.
