[ https://forge.continuent.org/jira/browse/SEQUOIA-1120?page=all ] Emmanuel Cecchet closed SEQUOIA-1120: -------------------------------------
Tested with Sequoia demo in CVS HEAD > Zipper does not handle properly mixed file separator > ---------------------------------------------------- > > Key: SEQUOIA-1120 > URL: https://forge.continuent.org/jira/browse/SEQUOIA-1120 > Project: Sequoia > Type: Bug > Components: Core > Versions: sequoia 2.10.10 > Environment: Affects mostly Windows environments since Unix does not > understand \ in a path > Reporter: Emmanuel Cecchet > Assignee: Emmanuel Cecchet > Priority: Critical > Fix For: Sequoia 4.0 > > > Trying to use a command like: > backup localhost1 init_dump Octopus /tmp/backup > on a Windows machine will cause the Zipper class to generate an improper path > in the generated zip which will later make the restoration of the dump > impossible because of the corrupted metadata in the zip. > A solution is to systematically convert the backup directory to an absolute > path using the Java File operations rather than relying on the user input. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://forge.continuent.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
