[
https://issues.apache.org/jira/browse/UNOMI-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Serge Huber resolved UNOMI-467.
-------------------------------
Fix Version/s: 1.5.5
Resolution: Fixed
> public Servlet to EndPoints break the GET requests using "payload" parameter
> ----------------------------------------------------------------------------
>
> Key: UNOMI-467
> URL: https://issues.apache.org/jira/browse/UNOMI-467
> Project: Apache Unomi
> Issue Type: Bug
> Reporter: Kevan Jahanshahi
> Priority: Major
> Fix For: 1.5.5
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> In the old servlets it was possible to send JSON Object like the
> ContextRequest or the EventCollectorRequest using GET and a parameter named
> "payload".
> JAX-RS doesnt know how to deserialize this, so the endpoints en GET.
> Like:
> * GET /context.json?payload=\{...}
> * GET /eventcollector?payload=\{...}
> Are not working anymore.
> Also while fixing this, please uncomment the failing code from ITests in
> InputValidationIT
--
This message was sent by Atlassian Jira
(v8.3.4#803005)