That may be what the Oracle JDK is doing, but it isn't mentioned anywhere in the JAXP specification and sounds like a backward incompatible change that they've introduced to their implementation. I doubt Apache Xalan would have adopted that behaviour.
Thanks. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org Clement Mathieu <clement.math...@activeeon.com> wrote on 04/04/2011 09:54:13 AM: > 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.