Skip to content

specify custom TransformerFactory in org.springframework.xml.transform.TransformerObjectSupport [SWS-586] #702

@gregturn

Description

@gregturn

Mikhail Tokarev opened SWS-586 and commented

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

Referenced from: commits 9fd6a22

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions