jamesnetherton opened a new issue, #9115: URL: https://github.com/apache/camel-quarkus/issues/9115
Camel hardens the TransformerFactory it creates, restricting access to external DTDs and stylesheets. The xslt extension supplies its own factory, so those restrictions are never applied and transformations do not get the protection they would have on plain Camel. The extension should apply them itself, so that an application behaves the same way it would on Camel. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
