Skip to content

fastjson-serialize-overflow #380

@w41ter

Description

@w41ter

依赖使用的 fastjson 如下:

<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>fastjson</artifactId>
    <version>1.1.37</version>
</dependency>

FASTJSON序列化特殊字符BUG中:

所有小于等于1.1.39的版本均有此问题
当序列化的任何一个字符串或者可能成为字符串的变量中包含UNICODE码的一些特殊字符时将会抛出异常导致序列化失败。

希望升级依赖包。

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions