Opened 15 years ago

Closed 15 years ago

#1005 closed defect (fixed)

Error processing DWF file containing resource folder names that differ only in case

Reported by: waltweltonlair Owned by: waltweltonlair
Priority: high Milestone: 2.1
Component: General Version: 2.1.0
Severity: major Keywords:
Cc: External ID: 785615; 1144842; 1204661

Description

DWF packages are basically zip files, and resources are stored in folders inside the package. It's possible for two resource paths in the package to vary only in case. For a DWF like this the zip package library will fail to extract such resources. That's because it uses a case-insensitive comparison to locate files inside the package.

In my case I encountered the problem with a large DWF symbol library. Many of the symbols could not be loaded due to this problem.

Change History (2)

comment:1 by waltweltonlair, 15 years ago

Status: newassigned

comment:2 by waltweltonlair, 15 years ago

Resolution: fixed
Status: assignedclosed

Fixed in the trunk stream with submission https://trac.osgeo.org/mapguide/changeset/3907.

Fixed in the 2.1 branch stream with submission https://trac.osgeo.org/mapguide/changeset/3908.

Fixed in the sandbox branch stream with submission https://trac.osgeo.org/mapguide/changeset/3909.

Note: See TracTickets for help on using tickets.