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
Currently the only ways to specify custom TransformerFactory for TransformerObjectSupport are to set System Property "javax.xml.transform.TransformerFactory" or put custom library to endorsed path (either of jvm or app-server). But both of them are too strong and may violate behaviour of app-server or any other component of system.
It would be handy to have a set method for "TransformerFactory transformerFactory" field or any other way to override TransformerFactory.newInstance() logic.
Issue Links:
SPR-3658 Specify custom TransformerFactory in org.springframework.web.servlet.view.xslt.XsltView