aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdam Domurad <[email protected]>2013-03-28 14:40:11 -0400
committerAdam Domurad <[email protected]>2013-03-28 14:40:11 -0400
commit30cfedc8f9d0fcaa0378005c9a0ca38930bf946b (patch)
tree374f8075602a274bab0c4deba711f9a67e277e94 /ChangeLog
parent6bc87a67d88072fa2d701cf4e6a700893ee81e00 (diff)
Move normalizeUrlAndStripParams to UrlUtils
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5852ee4..78a4355 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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