Skip to content

Commit d9b8e7b

Browse files
committed
Merge branch '2.9' into 2.10
2 parents dcb5efe + 840eae2 commit d9b8e7b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

release-notes/VERSION-2.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Project: jackson-databind
3636
(reported by Topsec(tcc))
3737
#2698: Block one more gadget type (weblogic/oracle-aqjms)
3838
(reported by Fangrun Li)
39+
#2704: Block one more gadget type (weblogic/oracle-aqjms)
40+
(reported by XuYuanzhen)
3941
4042
2.9.10.4 (11-Apr-2020)
4143

src/main/java/com/fasterxml/jackson/databind/jsontype/impl/SubTypeValidator.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,10 @@ public class SubTypeValidator
113113
s.add("org.apache.commons.configuration.JNDIConfiguration");
114114
s.add("org.apache.commons.configuration2.JNDIConfiguration");
115115

116-
// [databind#2469]: xalan2
116+
// [databind#2469]: xalan
117117
s.add("org.apache.xalan.lib.sql.JNDIConnectionPool");
118+
// [databind#2704]: xalan2
119+
s.add("com.sun.org.apache.xalan.internal.lib.sql.JNDIConnectionPool");
118120

119121
// [databind#2478]: comons-dbcp, p6spy
120122
s.add("org.apache.commons.dbcp.datasources.PerUserPoolDataSource");

0 commit comments

Comments
 (0)