XSLT extension functions with a security manager

Clement Mathieu <[email protected]> Mon, 4 Apr 2011 15:54:13 +0200
Newsgroups gmane.text.xml.xalan.java.user
Organization Activeeon
Message-ID <[email protected]>
Hi,

Is it still possible to use XSLT java extension functions when a
security manager is set ? 

According to the JAXP 1.3 documentation and my experimentations with
OpenJDK 6 and Oracle's JDK 7 when a security manager is set the
FEATURE_SECURE_PROCESSING is automatically set to true and it is no
longer possible to use extension functions nor to reset
FEATURE_SECURE_PROCESSING to false.

This behaviour breaks my application since it relies on a security
manager and uses java extension functions. How can I re-enable the
extension functions feature ?

Regards.