DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40815>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40815 Summary: ServerSupportFunction with HSE_REQ_MAP_URL_TO_PATH problem Product: Apache httpd-2 Version: 2.3-HEAD Platform: PC OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: mod_isapi AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] When use ServerSupportFunction( HCONN ConnID, DWORD dwServerSupportFunction, LPVOID lpvBuffer, LPDWORD lpdwSizeofBuffer, LPDWORD NULL ); the returned lpdwSizeofBuffer is a string length of lpvBuffer instead of size of lpvBuffer buffer. This behavior is in Apache 2.0.54, 2.2.3 and also in mod_isapi-416293. Here's the text from document of that option: HSE_REQ_MAP_URL_TO_PATH The lpvBuffer parameter is a pointer to the buffer that contains the logical path on entry and the physical path on exit. The lpdwSize parameter is a pointer to the DWORD containing the size of the buffer passed in lpvBuffer on entry, and the number of bytes placed in the buffer on exit. The lpdwDataType parameter is ignored). A Microsoft-specific extension. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
