Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Fastjson
Commits
8248b399
Commit
8248b399
authored
8 years ago
by
wenshao
Browse files
Options
Download
Email Patches
Plain Diff
1.2.7.internal.v1
parent
d2ce9812
1.2.7.sec01
1.2.7.internal.v1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+1
-1
pom.xml
src/main/java/com/alibaba/fastjson/parser/ParserConfig.java
+3
-0
src/main/java/com/alibaba/fastjson/parser/ParserConfig.java
with
4 additions
and
1 deletion
+4
-1
pom.xml
+
1
-
1
View file @
8248b399
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
src/main/java/com/alibaba/fastjson/parser/ParserConfig.java
+
3
-
0
View file @
8248b399
...
...
@@ -339,6 +339,9 @@ public class ParserConfig {
}
catch
(
Throwable
e
)
{
}
addItemsToDeny
(
DENYS
);
addItemsToAccept
(
AUTO_TYPE_ACCEPT_LIST
);
}
private
static
String
[]
splitItemsFormProperty
(
final
String
property
){
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help