406 means the request content is considered Not Acceptable by the server. Try to remove the Accept
header or adding headers="Accept=*/*"
to the @RequestMapping
annotations.
source - http://stackoverflow.com/questions/21865179/spring-xml-406-error
'Framework & Platform > Spring' 카테고리의 다른 글
spring - 4.2.0.RELEASE AsyncAnnotationBeanPostProcessor NoUniqueBeanDefinitionException (0) | 2015.08.04 |
---|---|
spring - ServletContext (0) | 2015.07.16 |
spring - Get current ApplicationContext (0) | 2014.10.06 |
spring - restTemplate example (0) | 2014.09.12 |
spring - @Autowired @Resource @Qualifier (0) | 2014.09.05 |