Opened 16 years ago
Closed 16 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 )
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 , 16 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Description: | modified (diff) |
---|
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
r3611 sandbox
r3610 trunk