[arquillian-issues] [JBoss JIRA] (ARQ-1603) tmpDir specification should allow to be without trailing slash

Karel Piwko (JIRA) jira-events at lists.jboss.org
Tue Dec 10 04:26:06 EST 2013


Karel Piwko created ARQ-1603:
--------------------------------

             Summary: tmpDir specification should allow to be without trailing slash
                 Key: ARQ-1603
                 URL: https://issues.jboss.org/browse/ARQ-1603
             Project: Arquillian
          Issue Type: Enhancement
      Security Level: Public (Everyone can see)
          Components: Extension - Droidium
    Affects Versions: droidium_1.0.0.Alpha3
            Reporter: Karel Piwko


*Given*:

I define tmpDir like "C:\temp" or /tmp

*Then*:

Droidium creates a temp directory like C:\temp-1223-1454-1245-12545

*Expect*:

I expect directory to be rather C:\temp\1223-1454-1245-12545

Current behavior is problematic as it requires user to be slash aware as otherwise he might want to create a directory in tree hierarchy where elevated permissions are needed.

Implemenation note:

new File(File parent, String childPath) would be the best way how to handle this.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list