Support for application/x-www-form-urlencoded - #32
Conversation
|
Hi ilndinesh, Test aren't passing in org.lambadaframework.jaxrs.JAXRSParserTest. Regards, |
|
Hi Ilndinesh, I have attempted to merge this with my PR in https://github.com/arranubels/lambadaframework/tree/pr4 However there was a part I didn't understand. Please review: Thanks. Regards, P.S. Also we need to fix the tests, it would also be a good idea to add some more tests. (I plan to do so too.) |
|
Hi Arran, The above diff line is straight forward cast of request body to "String" iff the body is instance of "String". Were you looking explanation for some other diff? |
|
Hi Ilndinesh, Yes. I made another push.. Can you verify I have integrated your code correctly? I left the thread as is as the position is still a point of interest. Regards, |
For the requests that come to API gateway with type - "application/x-www-form-urlencoded", I have added a new mapping in a file and applied it during AWS deploy
The other changes are only formatting ones.