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:50:25 UTC

DO NOT REPLY [Bug 4128] - 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

dleslie@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From dleslie@apache.org  2001-10-12 12:50 -------
Put System.getProperty("user.dir") calls in try/catch blocks. When the call
generates a SecurityException, return an empty string(""). Did a global search
for such calls, and made this fix in org.apache.xml.utils.TreeWalker, 
org.apache.xml.utils.SystemIDResolver, and 
porg.apache.xalan.transformer.TransformerImpl.