Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

BUG: Registry Patterns Ignored for Pluggable Namespace Handlers


View products that this article applies to.

Symptoms

Microsoft Internet Explorer, versions 4.0 and later, ignore the pattern keys set in the registry when determining which permanent pluggable namespace handlers to invoke.

↑ Back to the top


Resolution

Create 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.

↑ Back to the top


Status

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.

↑ Back to the top


More information

Pluggable 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:
HKEY_CLASSES_ROOT\PROTOCOLS\Name-Space Handler\http\myserv-Handler
   CLSID = {..}
   Pattern1 = "myserver"
				
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.

↑ Back to the top


References

For more information about developing Web-based solutions for Microsoft Internet Explorer, visit the following Microsoft Web sites:

↑ Back to the top


Properties

Retired KB Content Disclaimer
This article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.

↑ Back to the top


Keywords: KB190893, kburl, kbpending, kbmoniker, kbbug

↑ Back to the top

Article Info
Article ID : 190893
Revision : 3
Created on : 5/11/2006
Published on : 5/11/2006
Exists online : False
Views : 388