[jboss-jira] [JBoss JIRA] (WFLY-3195) VFS root creation is wrong on Windows

RH Bugzilla Integration (JIRA) issues at jboss.org
Mon Mar 31 10:47:09 EDT 2014


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

RH Bugzilla Integration updated WFLY-3195:
------------------------------------------

        Bugzilla Update: Perform
    Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1082491

    
> VFS root creation is wrong on Windows
> -------------------------------------
>
>                 Key: WFLY-3195
>                 URL: https://issues.jboss.org/browse/WFLY-3195
>             Project: WildFly
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: VFS
>            Reporter: David Lloyd
>            Assignee: Tomaz Cerar
>
> This may ultimately be a problem with VFS, or with WildFly.
> We create our deployment root with an absolute VFS path of {{/content}} (see https://github.com/wildfly/wildfly/blob/dca817f584a24525c5a2f2f655aefed6d69466cf/server/src/main/java/org/jboss/as/server/deployment/module/DeploymentRootMountProcessor.java#L79 for details).  However on Windows, we have special path handling (see https://github.com/jbossas/jboss-vfs/blob/eff9d8ae6d49e30038126304b5858c6c0937d672/src/main/java/org/jboss/vfs/VFS.java#L180 for details) which causes these paths to become absolute with a drive letter (e.g. {{W:/tmp/blah/foo/content/...}}) but only on windows.  This makes writing policy files (for EAP) quite difficult, as well as just being generally wrong.

--
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 jboss-jira mailing list