[mapguide-trac] #841: Web tier is not properly parsing the
VERSION request parameter
MapGuide Open Source
trac_mapguide at osgeo.org
Wed Feb 11 18:57:11 EST 2009
#841: Web tier is not properly parsing the VERSION request parameter
--------------------------+-------------------------------------------------
Reporter: brucedechant | Owner: brucedechant
Type: defect | Status: assigned
Priority: medium | Milestone: 2.1
Component: Map Agent | Version: 2.0.2
Severity: minor | Resolution:
Keywords: | External_id: 1181011
--------------------------+-------------------------------------------------
Old 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.
New 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.
--
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/841#comment:2>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list