Skip to content

Commit

Permalink
Minor improvement wrt #1599 (also cover vanilla xalan impl)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 27, 2017
1 parent ec859af commit 3bfbb83
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -57,6 +57,7 @@ public class BeanDeserializerFactory
s.add("org.codehaus.groovy.runtime.MethodClosure");
s.add("org.springframework.beans.factory.ObjectFactory");
s.add("com.sun.org.apache.xalan.internal.xsltc.trax.TemplatesImpl");
s.add("org.apache.xalan.xsltc.trax.TemplatesImpl");
DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit 3bfbb83

Please sign in to comment.