Opened 15 years ago

Closed 15 years ago

#841 closed defect (fixed)

Web tier is not properly parsing the VERSION request parameter

Reported by: brucedechant Owned by: brucedechant
Priority: medium Milestone: 2.1
Component: Map Agent Version: 2.0.2
Severity: minor Keywords:
Cc: External ID: 1181011

Description (last modified by brucedechant)

The InitializeCommonParameters() method tries to extract the components of the VERSION parameter. The code works fine on Windows because the STRING object makes a copy of any STRING that is used in the constructor. Linux uses a reference instead and so a forced copy needs to be done.

This impacts all requests.

Change History (3)

comment:1 by brucedechant, 15 years ago

Owner: set to brucedechant
Status: newassigned

comment:2 by brucedechant, 15 years ago

Description: modified (diff)

comment:3 by brucedechant, 15 years ago

Resolution: fixed
Status: assignedclosed

r3611 sandbox

r3610 trunk

Note: See TracTickets for help on using tickets.