Ho Rossen,
I was using the M2 release. I'll get the latest and and retest.
Thanks
Bob
Type: Posts; User: BadgerB; Keyword(s):
Ho Rossen,
I was using the M2 release. I'll get the latest and and retest.
Thanks
Bob
I'm trying to pass the request body to the method, and have that body parsed by the MessageConverter (in my case a JSON converter) into an object. In this case it is expecting that object to either...
Hi all,
If I annotate an Object typed parameter with @RequestBody I get the SimpleSessionState object instead of the properly parsed body of the request.
Example:
public...