I am using Spring 3.2 and try to use an ajax post request to submit an array of json objects. If this is relevant, I escaped all special characters.
I am getting an
1) Add the following dependencies
com.fasterxml.jackson.core
jackson-core
${jackson-version} // 2.4.3
com.fasterxml.jackson.core
jackson-databind
${jackson-version} // 2.4.3
2) If you are using @RequestBody annotation in controller method make sure you have added following in xml file
This should resolve the 415 status code issue.