Url: define schema 'plugin:'
authorMichael Andres <ma@suse.de>
Fri, 24 Sep 2010 17:45:13 +0000 (19:45 +0200)
committerMichael Andres <ma@suse.de>
Fri, 24 Sep 2010 17:45:13 +0000 (19:45 +0200)
zypp/Url.cc

index 7ca3c61..b46dd0c 100644 (file)
@@ -193,6 +193,7 @@ namespace zypp
                              zypp::url::ViewOption::EMPTY_AUTHORITY);
         addUrlByScheme("mailto", ref);
         addUrlByScheme("urn",    ref);
+        addUrlByScheme("plugin", ref); // zypp plugable media handler:
 
         // RFC1738, 3.10: may contain a host
         ref->config("with_authority",   "y");   // allow host,