The information in this article applies to:
SYMPTOMSInternet Explorer 4.0 ignores the pattern keys set in the registry when determining which permanent pluggable namespace handlers to invoke. RESOLUTIONCreate a temporary pluggable namespace handler instead of a permanent namespace handler. Use IInternetSession::RegisterNameSpace and IInternetSession::UnregisterNameSpace to register and unregister a temporary pluggable namespace handler, respectively. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONPluggable namespace handlers currently do not recognize the pattern strings set in the registry. This bug causes the namespace handler to be called for all protocol calls and not just the ones that match the listed patterns. As an example of what the correct behavior should be, a namespace handler entry in the registry as follows:
should only be called for URLs that begin with http://myserver/ and the
default HTTP pluggable protocol handler should be called for all other HTTP
URLs.
REFERENCESFor more information, please see the MSDN Web Workshop: http://msdn.microsoft.com/workshop/default.asp Additional query words:
Keywords : kburl kbIE400bug kbIE401bug kbMoniker kbIE401sp1bug kbIE500dp1bug kbIE500bug |
Last Reviewed: April 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |