Opened 12 years ago
Closed 12 years ago
#2286 closed defect (fixed)
Bad mime types for JPEG and TIFF in WMS configuration editor
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-4.0-maintenance |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
The mime types we assign to the WMS configuration document when the user sets the image format are wrong:
- JPG should be "image/jpeg" instead of "image/jpg"
- TIF should be "image/tiff" instead of "image/tif"
For some WMS services, a configuration document with this bad mime type will cause the MapGuide to throw back a MgUnclassifiedException
Note:
See TracTickets
for help on using tickets.
Fixed trunk (r7566) and 4.0.x (r7567)