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

Stefan Miklosovic (JIRA) issues at jboss.org
Thu Dec 12 10:52:33 EST 2013


    [ https://issues.jboss.org/browse/ARQ-1603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12930822#comment-12930822 ] 

Stefan Miklosovic commented on ARQ-1603:
----------------------------------------

https://github.com/arquillian/arquillian-droidium/commit/8913b9930edb18c3e8b71a7a68d6d0f605560437
                
> 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