Forum Discussion

qichen's avatar
qichen
New Contributor
12 years ago

soapui 4.5.0 can not handle the '&' in request

hi
I have a reset reqeust, the value of the parameter is '{"ids.nameId" : {"$exists" : true, "$ne" : ""}, "images" : {"$exists" : true},"$where":"this[\"images\"].length>35 && this[\"images\"].length<50"}' , there are two '&' in the request
Full url http://sleepymongoose-qa:27082/RCSD_1_0 ... 22:%22this[%5C%22images%5C%22].length%3E35%20&&%20this[%5C%22images%5C%22].length%3C50%22%7D&batch_size=1&fields=%7B%22ids%22%20:%201,%22name%22:1,%20%22images.url%22%20:%201%7D
it works well in the 4.0.1, but it does not work in 4.5, looks like 4.5 does not encode the '&&'.