DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5816>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5816 SecurityExceptions not reported/ newTransformer newTemplates dont return Summary: SecurityExceptions not reported/ newTransformer newTemplates dont return Product: XalanJ2 Version: 2.1.0 Platform: PC OS/Version: All Status: NEW Severity: Normal Priority: Other Component: javax.xml AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Trying to construct factory.newTransfomer(source); or t = factory.newTemplates(source) in an applet from a valid source without setting proper permissions do not throw any Exception, nor returns null. (No Error is Reported, the following code is ignored) This happens at least with IE5.0, Netscape 4.7 and "Netscape"6.2, running an Applet under JRE 1.3.0(Plug-In). After granting all permissions, the Transformer runs.