Incident engine-rest date format error

Hi,
I use 7.15 engine-rest. I noticed that when I call incident API,

with incidentTimestampBefore and incidentTimestampAfter params I get 400 bad request with this message:

“message”: “Cannot set query parameter ‘incidentTimestampBefore’ to value ‘2018-04-05T23:59:59.000 0000’: Cannot convert value "2018-04-05T23:59:59.000 0000" to java type java.util.Date”

this is my request:
http://localhost:9090/engine-rest/incident?incidentTimestampBefore=2018-04-05T23:59:59.000+0000

Anyone has any idea what the problem is?

Thank you,

When u use GET a plus sign must be encoded. Use %2b instead.