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

Kathey Marsden resolved DERBY-4287.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 10.6.0.0
                   10.5.1.2
                   10.4.2.1
                   10.3.3.1
                   10.2.2.1
                   10.1.3.3

Checked in the fix and backported back to 10.1. When testing the 10..1 fix I 
encountered DERBY-1537 which was never backported to 10.1.  I reversed my 
classpath order to correct that problem and adjusted the affects version for 
DERBY-1537


> call to System.getProperty in BCClass.java is not wrapped in a priv block so 
> may fail when running under SecurityManager
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4287
>                 URL: https://issues.apache.org/jira/browse/DERBY-4287
>             Project: Derby
>          Issue Type: Bug
>          Components: Services
>    Affects Versions: 10.1.3.1, 10.2.2.0, 10.3.3.0, 10.4.2.0, 10.5.1.1, 
> 10.6.0.0
>            Reporter: Kathey Marsden
>            Assignee: Kathey Marsden
>            Priority: Minor
>             Fix For: 10.1.3.3, 10.2.2.1, 10.3.3.1, 10.4.2.1, 10.5.1.2, 
> 10.6.0.0
>
>         Attachments: derby-4287_diff.txt, fost.zip
>
>
> I noticed in org.apache.derby.impl.services.bytecode.BCClass.java we have 
> this code:
>                       String systemHome = 
> System.getProperty(Property.SYSTEM_HOME_PROPERTY,".");
>                               writeClassFile(systemHome,false,null);
> which will fail when run under security manager because we have no privilege 
> block.

-- 
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