diff options
author | Danesh Dadachanji <[email protected]> | 2012-06-04 13:35:25 -0400 |
---|---|---|
committer | Danesh Dadachanji <[email protected]> | 2012-06-04 13:35:25 -0400 |
commit | b6a2b55190c36fd9b42fdb3c61e8ff0e06776263 (patch) | |
tree | 194690c969f4375fa9e690ccb81446944e2fda3f /ChangeLog | |
parent | 9a31bacf619e4f9ffa32fb6c1e348079db2d417c (diff) |
Handle absolute paths passed into jnlp_href's value.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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. |