You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/10/12 21:45:58 UTC

DO NOT REPLY [Bug 4128] New: - System.getProperty("user.dir") calls cause SecurityException from applet

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=4128>.
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=4128

System.getProperty("user.dir") calls cause SecurityException from applet

           Summary: System.getProperty("user.dir") calls cause
                    SecurityException from applet
           Product: XalanJ2
           Version: 2.2.x
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xml.utils
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: dleslie@apache.org


[email from Jess M Holle<je...@ptc.com>]
org.apache.xml.utils.TreeWalker makes numerous System.getProperty("user.dir") 
calls -- which one clearly can't get away with in an applet -- at least not 
without try/catch blocks.