BUG: WWWQuote Sample Generates Error MessageLast reviewed: July 10, 1997Article ID: Q156076 |
4.20
Windows NT
kbprg kbbuglist kbother
The information in this article applies to:
SYMPTOMSThe WWWQuote sample reports the following error when trying to bring up a new page from the Welcome page.
BAD REQUEST Your client sent a request that this server didn't understand. Request: CAUSEThe HTML in the sample that is generated for the pages has a bug that prevents the DLL from correctly parsing the input from these pages.
RESOLUTIONModify all the .htm files as shown below to fix the problem. Replace all instance of
NAME="MfcISAPICommmand"with the following:
NAME="MfcISAPICommand"Note that the original .htm files have an extra “m” in MfcISAPICommand. Rebuild the DLL.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThe files that contain the bug are:
issueerr.htm next.htm prev.htm quoteerr.htm selhead.htm settail.htm welcome.htmYou can open these files by expanding the dependency files in Fileview for the project, and double-clicking the .htm file.
|
KBCategory: kbprg kbbuglist kbother
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |