aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDanesh Dadachanji <[email protected]>2012-06-04 13:35:25 -0400
committerDanesh Dadachanji <[email protected]>2012-06-04 13:35:25 -0400
commitb6a2b55190c36fd9b42fdb3c61e8ff0e06776263 (patch)
tree194690c969f4375fa9e690ccb81446944e2fda3f /ChangeLog
parent9a31bacf619e4f9ffa32fb6c1e348079db2d417c (diff)
Handle absolute paths passed into jnlp_href's value.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aca6eea..111bbe6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2012-06-04 Danesh Dadachanji <[email protected]>
+
+ Fix to handle absolute paths passed into jnlp_href's value.
+ * netx/net/sourceforge/jnlp/PluginBridge.java
+ (PluginBridge): Uses context of codebase to evaluate jnlp_href's value.
+ Uses JNLPCreator's create method to make new JNLPFile variables.
+ New constructor that wraps around the original one, creating a new
+ JNLPCreator to use.
+ * netx/net/sourceforge/jnlp/JNLPCreator.java: New strategy pattern class
+ to be used to wrap around the creation of a JNLPFile. Replace this creator
+ when unit testing to skip running parsing code.
+ * tests/netx/unit/net/sourceforge/jnlp/PluginBridgeTest.java:
+ New class to unit test getEvaluatedJNLPHref.
+
2012-06-04 Adam Domurad <[email protected]>
Added self to AUTHORS.