From: Stas M. <sma...@wi...> - 2016-01-06 22:47:04
|
Hi! I've noticed that in 2.0 InlineURIFactory code changed, namely when previously the handlers were stored in a List, now they are stored in map indexed by namespace. This change, however, prevents one from having a handler that would apply to more than one prefix (such as one applying to both http:// and https:// URIs, for example). Also, it kind of assumes in init() that prefix and vocabulary namespace are the same. I could hack around this but I wonder what is the recommended way of handling this? -- Stas Malyshev sma...@wi... |