post {"note":"<aaa"}会报错
版本:renren-security 最新版 |
开发环境: |
post json数据{"note":"<aaa"}
会报错:
org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Unexpected character ('\' (code 92)): was expecting comma to separate Object entries; nested exception is com.fasterxml.jackson.core.JsonParseException: Unexpected character ('\' (code 92)): was expecting comma to separate Object entries
at [Source: (PushbackInputStream); line: 1, column: 70]
post json数据{"note":"<aaa>"} 就不会报错