Commit 8248b399 authored by wenshao's avatar wenshao
Browse files

1.2.7.internal.v1

No related merge requests found
Showing with 4 additions and 1 deletion
+4 -1
......@@ -12,7 +12,7 @@
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.7.internal</version>
<version>1.2.7.internal.v1</version>
<packaging>jar</packaging>
<name>fastjson</name>
......
......@@ -339,6 +339,9 @@ public class ParserConfig {
} catch (Throwable e) {
}
addItemsToDeny(DENYS);
addItemsToAccept(AUTO_TYPE_ACCEPT_LIST);
}
private static String[] splitItemsFormProperty(final String property ){
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment