Opened 14 years ago
Closed 7 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)
Change History (2)
by , 14 years ago
Attachment: | ows_patch.patch added |
---|
comment:1 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |