cziegeler commented on code in PR #2:
URL:
https://github.com/apache/sling-org-apache-sling-extensions-webconsolesecurityprovider/pull/2#discussion_r933817350
##########
src/main/java/org/apache/sling/extensions/webconsolesecurityprovider/internal/ServicesListener.java:
##########
@@ -80,25 +84,27 @@ public ServicesListener(final BundleContext bundleContext) {
this.authSupportListener.start();
this.repositoryListener.start();
this.authListener.start();
+ forceJcrAuth =
bundleContext.getProperty(WEBCONSOLE_FORCE_AUTH_AGAINST_JCR) != null;
Review Comment:
Instead of a boolean, a string value could be used with the values "JCR" and
"SLING", to select between the two providers
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]