diff options
author | Jiri Vanek <[email protected]> | 2012-05-18 16:23:30 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2012-05-18 16:23:30 +0200 |
commit | 2e03a3ed2358fcdcba03b1a0536197e9510a4a7e (patch) | |
tree | a62325e35c780ae7c0bd69c8d37d7d2fa0f955c8 /ChangeLog | |
parent | 258fcac4b63f8e8be5a972d0f6a1eecca625772d (diff) |
Fixed behavior when encoded/characters needed encoding included in url (PR811)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |