You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Regis Xu (JIRA)" <ji...@apache.org> on 2009/03/05 07:59:56 UTC

[jira] Updated: (HARMONY-6113) [classlib][security] value of policy.url is incorrect in java.security file

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

Regis Xu updated HARMONY-6113:
------------------------------

    Attachment: HARMONY-6113.diff

Would anyone want to try this?

> [classlib][security] value of policy.url is incorrect in java.security file
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-6113
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6113
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M8
>            Reporter: Regis Xu
>             Fix For: 5.0M9
>
>         Attachments: HARMONY-6113.diff
>
>
> as discussed in HARMONY-6106, policy.url defined in java.security file should be:
> policy.url.1=file:${java.home}/lib/security/java.policy
> policy.url.2=file:${user.home}/.java.policy
> But in Harmony it is:
> policy.url.1=file:/${java.home}/lib/security/java.policy
> policy.url.2=file:/${user.home}/.java.policy
> after expansion, the url would be like:
> "file://home/bahamut/test/lib/security/java.policy"
> which couldn't be located correctly.

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