1
我知道這是一個愚蠢的問題,但我沒有找到谷歌預期的答案。一個Spring MVC的4.3的新功能是支持配置JSON前綴什麼是JSON前綴用於?
<mvc:message-converters>
<bean class="org.springframework.http.converter.json.MappingJackson2HttpMessageConverter">
<property name="jsonPrefix" value=")]}',\n" />
</bean>
</mvc:message-converters>
所以JSON輸入/輸出可以關注一下:
)]}',\n"{\"userName\":\"ABC\",\"emailId\":\"[email protected]\"}"
我知道這是爲安全目的。但具體是什麼呢?
https://docs.angularjs.org/api/ng/service/$http#security-considerations – Iluvatar