You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wilkinsona
changed the title
Xalan Dependency in XmlContentHandler?
XmlContentHandler's pretty printing of undocumented content fails when Saxon is on the classpath
May 7, 2019
There seems to be an assumed dependency on Xalan in org.springframework.restdocs.payload.XmlContentHandler of spring-restdocs-core-2.0.3.RELEASE.jar.
Line 180 has this:
Saxon uses "indent-spaces" attribute for the same thing, so perhaps this should be:
Otherwise,
throws IllegalArgumentException when Saxon-HE-9.8.0-8.jar is on the classpath.
The text was updated successfully, but these errors were encountered: