Community
Participate
Working Groups
See attached exception callstack. PluginPathFinder.getDropins() doesn't consider that getSitePath() might return null, and blindly creates a java.io.File object with the result. Note that getSites() does protect itself from the same thing.
Created attachment 177056 [details] NPE stack crawl
Created attachment 177109 [details] patch
+1 for 3.6.1
Done in HEAD and 361. Too bad all the bugs aren't this easy :)