Changeset 397


Ignore:
Timestamp:
Jul 20, 2012, 2:10:18 AM (13 years ago)
Author:
dmik
Message:

icedtea-web: Fix exception when locating user-specific java.policy file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/icedtea-web/netx/net/sourceforge/jnlp/config/Defaults.java

    r372 r397  
    133133                        DeploymentConfiguration.KEY_USER_SECURITY_POLICY,
    134134                        BasicValueValidators.getUrlValidator(),
    135                         "file://" + USER_SECURITY + File.separator + "java.policy"
     135                        new File(USER_SECURITY + File.separator + "java.policy").toURI().toString()
    136136                },
    137137                {
Note: See TracChangeset for help on using the changeset viewer.