diff options
author | Adam Domurad <[email protected]> | 2013-04-23 13:55:23 -0400 |
---|---|---|
committer | Adam Domurad <[email protected]> | 2013-04-23 13:55:23 -0400 |
commit | 75392ff66c30d88fa173a2b38a94ab9f3ddaf39d (patch) | |
tree | dac20cace8d5408a1e57a6594b7bb7be8e2c856d /ChangeLog | |
parent | 29e4dba60a7ee935ee93e6cb1338554af2bf88ed (diff) |
Introduce more UrlUtils functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2013-04-23 Adam Domurad <[email protected]> + * netx/net/sourceforge/jnlp/cache/ResourceTracker.java: Remove no + longer used constants. Remove (normalizeUrl). Update calls. + * netx/net/sourceforge/jnlp/cache/CacheUtil.java: Expand imports. + Update calls. + * netx/net/sourceforge/jnlp/security/appletextendedsecurity/UnsignedAppletTrustConfirmation.java: + Ensure file://-protocol URLs are encoded. + * netx/net/sourceforge/jnlp/util/UrlUtils.java: Add (normalizeUrl), + and related utility methods. Allow for optionally encoding file:// + URLs. + +2013-04-23 Adam Domurad <[email protected]> + Ensure document-base is properly encoded. * netx/net/sourceforge/jnlp/cache/ResourceTracker.java (getCacheFile): Use URL#toUri().getPath() instead of URL#getFile(). |