Simon Pireyn created CB-9334:
--------------------------------
Summary: PluginManager permit only one plugin to remap the URI
Key: CB-9334
URL: https://issues.apache.org/jira/browse/CB-9334
Project: Apache Cordova
Issue Type: Bug
Components: Android
Affects Versions: 3.7.1
Reporter: Simon Pireyn
If a plugin return an URI and not null, the plugin manager stop calling
remapUri and use the value returned. It doesn't allow another plugin to check
or remap the URI
ex: JsHybuggerPlugin gets all URL to eventually add "content://jsHybugger.org/"
before every url.
Or if I need with one plugin to replace "myserver://" with "http://myserver"
and in another to replace {placeholders} or watherver.
PluginManager should loop every plugins before returning the remapped URI.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]