I have
@RequestMapping(method = RequestMethod.GET) @ResponseBody SessionInfo register(UserProfile profileJson){ ... }
I pass profileJson
Just add @RequestBody annotation before this param
@RequestBody