-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
When lauching a full indexation I have several warnings: The plugin 'null' does not exist
This is about the resolution of uris such as view://stylesheets/io/docbook2outgoingreferences.xsl or stylesheets/io/html2outgoingreferences.xsl
The request is a CommandLineRequest so the request attribute "pluginName" is null.
org.ametys.cms.source.DefaultViewSelector.getLocations(String, String) should not add "plugin:" + pluginName + "://" + filePath is the current plugin is null.
But maybe this hides another problem, if I need a plugin name here ?
- duplicates
-
CMS-9194 [ViewSelector] getLocations() : pluginName is sometimes null
- Closed