--- parser3/src/targets/isapi/parser3isapi.C 2001/03/23 10:27:34 1.9 +++ parser3/src/targets/isapi/parser3isapi.C 2001/03/23 13:08:13 1.10 @@ -1,5 +1,5 @@ #ifndef _MSC_VER -# error compile ISAPI module with MSVC +# error compile ISAPI module with MSVC [no urge for now to make it autoconf-ed (PAF)] #endif #include @@ -174,6 +174,11 @@ BOOL WINAPI GetExtensionVersion(HSE_VERS because this only gets "the place where last IIS Application was set" and if someone would redefine Application settings below the / all ^table:load[/test] would open not /test but /below/test + + @todo + IIS: remove trailing default-document[index.html] from $request.uri. + to do that we need to consult metabase, + wich is tested but seems slow. */ DWORD WINAPI HttpExtensionProc(LPEXTENSION_CONTROL_BLOCK lpECB) { Pool pool;