Opened 16 years ago

Closed 16 years ago

#613 closed defect (fixed)

Image format parameter is not being properly handled when specified in lowercase

Reported by: brucedechant Owned by: brucedechant
Priority: low Milestone: 2.1
Component: Rendering Service Version: 2.0.1
Severity: minor Keywords:
Cc: External ID:

Description

The image format parameter used by several rendering service operations is not being properly handled when it is in lowercase because both AGG and GD expect it to be in uppercase when they use it internally for processing the requested image format.

The solution is to convert the incoming image format parameter to uppercase right before the AGG or GD processing begins.

Change History (2)

comment:1 by brucedechant, 16 years ago

Owner: set to brucedechant
Status: newassigned

comment:2 by brucedechant, 16 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.