diff options
author | Adam Domurad <[email protected]> | 2013-03-28 14:40:11 -0400 |
---|---|---|
committer | Adam Domurad <[email protected]> | 2013-03-28 14:40:11 -0400 |
commit | 30cfedc8f9d0fcaa0378005c9a0ca38930bf946b (patch) | |
tree | 374f8075602a274bab0c4deba711f9a67e277e94 /ChangeLog | |
parent | 6bc87a67d88072fa2d701cf4e6a700893ee81e00 (diff) |
Move normalizeUrlAndStripParams to UrlUtils
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2013-03-28 Adam Domurad <[email protected]> + + * netx/net/sourceforge/jnlp/security/appletextendedsecurity/UnsignedAppletTrustConfirmation.java + (normalizeUrlAndStripParams): Moved. + * netx/net/sourceforge/jnlp/util/UrlUtils.java + (normalizeUrlAndStripParams): New, moved from + UnsignedAppletTrustConfirmation. + * tests/netx/unit/net/sourceforge/jnlp/security/appletextendedsecurity/UnsignedAppletTrustConfirmationTest.java + (testNormalizeUrlAndStripParams): Moved. + * tests/netx/unit/net/sourceforge/jnlp/util/UrlUtilsTest.java: + New, has (testNormalizeUrlAndStripParams) from + UnsignedAppletTrustConfirmationTest. + 2013-03-22 Jiri Vanek <[email protected]> Added code to parse properties and to find correct configuration files |