Fixed
Details
Details
Assignee
Guus der Kinderen
Guus der KinderenReporter
Guus der Kinderen
Guus der KinderenComponents
Fix versions
Priority
Created December 8, 2015 at 10:56 AM
Updated January 5, 2016 at 8:30 AM
Resolved January 5, 2016 at 8:30 AM
Plugins can define a parent plugin, which makes the plugin use the parent plugin classloader.
The parent plugin is defined by name in the plugin.xml file of the child plugin. This can lead to unexpected case sensitivity issues (case sensitivity of the filesystem is another factor that comes in play here).
The parent plugin definition in plugin.xml should not be case sensitive.