[jboss-jira] [JBoss JIRA] Reopened: (JBAS-8332) Cannot add deploy directory on Windows network share
Jason Greene (JIRA)
jira-events at lists.jboss.org
Thu Apr 21 14:26:44 EDT 2011
[ https://issues.jboss.org/browse/JBAS-8332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Greene reopened JBAS-8332:
--------------------------------
Due to feedback from the community, I have split the AS7 and AS6 projects and reopened all unscheduled AS6 issues that are a year or less old. This will make it easier community members to find and work on them.
Future releases beyond 6.1 can be done provided a community member steps up to coordinate them.
> Cannot add deploy directory on Windows network share
> ----------------------------------------------------
>
> Key: JBAS-8332
> URL: https://issues.jboss.org/browse/JBAS-8332
> Project: Legacy JBoss Application Server 6
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Web (Tomcat) service
> Affects Versions: JBossAS-5.1.0.GA
> Environment: Windows
> Reporter: James Livingston
> Assignee: Remy Maucherat
> Fix For: No Release
>
> Attachments: tomcat-file-uri.diff
>
>
> Adding a new deployment directory on a UNC path (i.e. Windows file share) does not work.
> TomcatDeployment currently converts the url in String form to a path by using new URL(stringUrl).getPath(), rather than simply chopping off the leading file:, and this causes problems with deployments accessed via Windows UNC paths because of the URL classes bad handling of those. The issue can also be fixed by solving JBVFS-160 so the URL string gets generated with extra slashes.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list