aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdam Domurad <[email protected]>2013-04-23 13:55:23 -0400
committerAdam Domurad <[email protected]>2013-04-23 13:55:23 -0400
commit75392ff66c30d88fa173a2b38a94ab9f3ddaf39d (patch)
treedac20cace8d5408a1e57a6594b7bb7be8e2c856d /ChangeLog
parent29e4dba60a7ee935ee93e6cb1338554af2bf88ed (diff)
Introduce more UrlUtils functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08214a4..a4f859c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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().