Opened 15 years ago

Last modified 15 years ago

#841 closed defect

Web tier is not properly parsing the VERSION request parameter — at Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.