diff options
author | Jiri Vanek <[email protected]> | 2013-12-02 16:04:32 +0100 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2013-12-02 16:04:32 +0100 |
commit | 77f5431e3b77c3d16693de34c21189d3f960ec41 (patch) | |
tree | ecced48bc4b7d1de33ad38cb066a6c6db9b88504 /ChangeLog | |
parent | 57a108d5385a5810cf627d9d70792379d4c27000 (diff) |
Better validation of crytical dirs with proper message on startup
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ 2013-11-29 Jiri Vanek <[email protected]> + Better validation of crytical dirs with proper message on startup + * netx/net/sourceforge/jnlp/config/DeploymentConfiguration.java: small + refactoring to match the new directory validator pattern. + * netx/net/sourceforge/jnlp/config/DirectoryValidator.java: new class to verify + if directory have necessary permissions (like creating subdirectories, + read and write files created in). + * netx/net/sourceforge/jnlp/resources/Messages.properties: patterns for + validation results + * netx/net/sourceforge/jnlp/runtime/Boot.java: headless determination moved + as up as possible in (main) + * tests/netx/unit/net/sourceforge/jnlp/config/DeploymentConfigurationTest.java: + Few test testing what DirtectoryValidator should validate. + +2013-11-29 Jiri Vanek <[email protected]> + Pipes moved into XDG_RUNTIME_DIR * plugin/icedteanp/IcedTeaNPPlugin.cc: (initialize_data_directory) logic responsible for tmp dir path moved into (getTmpPath) and (data_directory) |