Changes between Initial Version and Version 2 of Ticket #841


Ignore:
Timestamp:
Feb 11, 2009, 3:57:11 PM (15 years ago)
Author:
brucedechant
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #841

    • Property Owner set to brucedechant
    • Property Status newassigned
  • 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.
     1The !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.
    22
    33This impacts all requests.