aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2012-05-18 16:23:30 +0200
committerJiri Vanek <[email protected]>2012-05-18 16:23:30 +0200
commit2e03a3ed2358fcdcba03b1a0536197e9510a4a7e (patch)
treea62325e35c780ae7c0bd69c8d37d7d2fa0f955c8 /ChangeLog
parent258fcac4b63f8e8be5a972d0f6a1eecca625772d (diff)
Fixed behavior when encoded/characters needed encoding included in url (PR811)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3aad91..025d6b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2012-05-18 Jiri Vanek <[email protected]>
+ Fixed behavior when encoded/characters needed encoding included in url
+ * NEWS: mentioned PR811
+ * netx/net/sourceforge/jnlp/cache/CacheUtil.java: (urlEquals) Enhanced
+ to be able compare encoded/decoded urls correctly.
+ (notNullUrlEquals) new method to separate comparing of individual parts of
+ url from null checks
+ * netx/net/sourceforge/jnlp/cache/ResourceTracker.java: (addResource)
+ is now encoding url if needed. (normalizeUrl) new method to encode path in
+ url of all except file protocol. (normalizeChunk) New method for encoding
+ of atomic piece.
+
+2012-05-18 Jiri Vanek <[email protected]>
+
More tests for Spaces and characters in urls
* netx/net/sourceforge/jnlp/cache/CacheLRUWrapper.java: and
* netx/net/sourceforge/jnlp/cache/CacheUtil.java: for unit-tests