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

Karel Piwko (JIRA) issues at jboss.org
Tue Dec 17 03:28:32 EST 2013


     [ https://issues.jboss.org/browse/ARQ-1603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karel Piwko resolved ARQ-1603.
------------------------------

         Assignee: Stefan Miklosovic
    Fix Version/s: droidium_1.0.0.Alpha4
       Resolution: Done

    
> 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
>            Assignee: Stefan Miklosovic
>             Fix For: droidium_1.0.0.Alpha4
>
>
> *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