-
Bug
-
Resolution: Unresolved
-
Major
-
JBossAS-5.1.0.GA
-
None
-
Workaround Exists
-
-
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.
- is related to
-
JBVFS-160 FileSystemContext.getFileURI returns wrong URI for UNC paths on Windows
- Resolved