Bug 45207 - Windows pathnames with drive letters not handled correctly
Summary: Windows pathnames with drive letters not handled correctly
Status: NEW
Alias: None
Product: XmlCommons - Now in JIRA
Classification: Unclassified
Component: Resolver (show other bugs)
Version: 1.x
Hardware: PC Windows XP
: P2 normal with 2 votes (vote)
Target Milestone: ---
Assignee: Commons Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-15 10:39 UTC by Earl Hood
Modified: 2009-07-29 04:49 UTC (History)
2 users (show)



Attachments
Patches for Catalog.java and FileURL.java (1.50 KB, application/zip)
2008-06-15 10:39 UTC, Earl Hood
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Earl Hood 2008-06-15 10:39:04 UTC
Created attachment 22128 [details]
Patches for Catalog.java and FileURL.java

While working with xml-commons-resolver, I discovered that the code
does not handle pathnames that utilize window's driver letters.  The code
appears to lose the "absoluteness" of the path, causing resolution of
other entities/files to fail that have it for a base.

Attached are patches to Catalog.java and FileURL.java that
handles Windows drive-letter pathnames.
Comment 1 Kevan Simpson 2009-05-06 18:49:39 UTC
Encountered same issue, applied patch in local environment and it worked.

When can/will this patch be applied in a release?