[ 
https://issues.apache.org/jira/browse/CXF-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ian Roberts updated CXF-1290:
-----------------------------

    Attachment: FileUtils.diff

Patch to FileUtils.java

> SecurityException in FileUtils.getDefaultTempDir
> ------------------------------------------------
>
>                 Key: CXF-1290
>                 URL: https://issues.apache.org/jira/browse/CXF-1290
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.0.3
>            Reporter: Ian Roberts
>            Priority: Minor
>         Attachments: FileUtils.diff
>
>
> FileUtils.getDefaultTempDir looks for a system property giving the CXF 
> temporary directory name.  I am using CXF to call a web service from an 
> application running under Java Web Start, which therefore doesn't have 
> permission to access this system property and throws an 
> AccessControlException.
> The attached patch changes this so that rather than throw the exception, 
> getDefaultTempDir treats such a permission failure the same way as if the 
> system property were not set and generates a sensible value itself.
> (observed in 2.0.3, but the method in question is the same in the svn trunk)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to