GitHub user avidigmi opened a pull request: https://github.com/apache/lucene-solr/pull/154
Loading the AuthenticationPlugin using the ResourceLoader. Tried to use an <b>AuthenticationPlugin</b> but it seems that loading it using <b>Class.forName</b> introduces an issue to find Solr's <b>AuthenticationPlugin</b>. Furthermore, I think the way of loading the <b>AuthenticationPlugin</b> should be the same as loading the <b>AuthorizationPlugin</b>. You can merge this pull request into a Git repository by running: $ git pull https://github.com/avidigmi/lucene-solr lucene_solr_5_2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/lucene-solr/pull/154.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #154 ---- commit 6aa46b927c4b4e18df71168c13445661a289c66b Author: Avi Digmi <digmi....@gmail.com> Date: 2015-06-18T11:13:41Z Loading the AuthenticationPlugin using the ResourceLoader. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org