aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a072e0..44e51de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2012-12-20 Saad Mohammad <[email protected]>
+ * tests/netx/unit/net/sourceforge/jnlp/cache/ResourceTrackerTest.java:
+ Added test and changes to work better with PR909 fix.
+
+2012-12-20 Saad Mohammad <[email protected]>
+
Fix PR909 - URL is invalid after normalization.
* netx/net/sourceforge/jnlp/cache/ResourceTracker.java (normalizeUrl):
Converts the URL to an URI object which handles all percent encodings.