Opened 13 years ago

Closed 6 years ago

#778 closed task (fixed)

FDO VS 2010 Porting:Fixed invalid debug assertion failure in OWS in Sandbox/V100

Reported by: frankliu Owned by: Frank Liu
Priority: major Milestone: 3.7.0
Component: WFS Provider Version: 3.7.0
Severity: 3 Keywords: WFS, VS2010 Porting
Cc: External ID:

Description

When running WFS providers(V100 compiler) unit test cases, I found a invalid Null pointer assertion failure caused by _DEBUG_POINTER(_Ptr) in xstring; in ...\OWS\src\FdoOwsIHttpHandler.cpp, FdoOwsIHttpHandler* FdoOwsIHttpHandler::Create(const char* url, bool bGet, const char* parameters,

const char* userName, const char* passwd)

{

return FdoOwsHttpHandler::Create(url, bGet, parameters, userName, passwd);

}

"proxyHost", "proxyUserName","proxyUserName","proxyPassword" are not assigned a valid string. Please refer the definition of the function.

FdoOwsHttpHandler* FdoOwsHttpHandler::Create(const char* url, bool bGet, const char* parameters,

const char* userName, const char* passwd, const char* proxyHost, const char* proxyPort, const char* proxyUserName, const char* proxyPassword)

Attachments (1)

ows_patch.patch (565 bytes ) - added by frankliu 13 years ago.

Download all attachments as: .zip

Change History (2)

by frankliu, 13 years ago

Attachment: ows_patch.patch added

comment:1 by jng, 6 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.