Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.2.0
-
None
-
None
-
Operating System: All
Platform: PC
-
5816
Description
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.