Neurohazard
暮雲煙月,皓首窮經;森羅萬象,如是我聞。

Fastjosn 如何禁用 autotype

wpadmin~March 24, 2020 /InfoSec

Fastjosn 如何禁用 autotype

正文

https://github.com/alibaba/fastjson/wiki/enable_autotype#%E4%BA%8C%E6%89%93%E5%BC%80autotype%E5%8A%9F%E8%83%BD

autoType关闭方法:
– 方法一:
在项目源码中全文搜索 autoType 的启用代码,并将其删除
ParserConfig.getGlobalInstance().setAutoTypeSupport(true);
– 方法二:
在JVM中启动项目时,不要添加如下参数
-Dfastjson.parser.autoTypeSupport=true

Leave a Reply

Your email address will not be published. Required fields are marked *