Changeset 397 for trunk/icedtea-web/netx/net
- Timestamp:
 - Jul 20, 2012, 2:10:18 AM (13 years ago)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/icedtea-web/netx/net/sourceforge/jnlp/config/Defaults.java
r372 r397 133 133 DeploymentConfiguration.KEY_USER_SECURITY_POLICY, 134 134 BasicValueValidators.getUrlValidator(), 135 "file://" + USER_SECURITY + File.separator + "java.policy"135 new File(USER_SECURITY + File.separator + "java.policy").toURI().toString() 136 136 }, 137 137 {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  