aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdam Domurad <[email protected]>2013-06-05 15:12:01 -0400
committerAdam Domurad <[email protected]>2013-06-05 15:12:01 -0400
commit6b9db3b5496e986d9cbe16f94d65c6bb49aa6df7 (patch)
tree560fe41682dc8ea36843759d3de3402532131170 /ChangeLog
parentd529b383c65853c4c02276bd3eab2988b5a5370b (diff)
Fix PR1465 - java.io.FileNotFoundException while trying to download a JAR file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b80f544..a034c10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2013-06-05 Adam Domurad <[email protected]>
+
+ Fix PR1465
+ * NEWS: Bug fix note
+ * netx/net/sourceforge/jnlp/util/UrlUtils.java
+ (isValidRFC2396Url): New, tests if valid URL by RFC2396 rules
+ (normalizeUrl): Don't normalize if valid by RFC2396
+ * tests/netx/unit/net/sourceforge/jnlp/cache/ResourceTrackerTest.java:
+ Adapt which URLs we expect to change when normalizing URLs
+ * tests/netx/unit/net/sourceforge/jnlp/util/UrlUtilsTest.java:
+ (testIsValidRFC2396Url): New, tests isValidRFC2396Url
+ (testNormalizeUrl): Add new test with valid RFC2396 URL
+
2013-06-04 Jiri Vanek <[email protected]>
* netx/net/sourceforge/jnlp/resources/Messages.properties: