Changes between Initial Version and Version 2 of Ticket #841
- Timestamp:
- 02/11/09 15:57:11 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #841
- Property Owner set to
- Property Status new → assigned
-
Ticket #841 – Description
initial v2 1 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.1 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. 2 2 3 3 This impacts all requests.