rombert commented on code in PR #15:
URL: 
https://github.com/apache/sling-org-apache-sling-auth-oauth-client/pull/15#discussion_r2097851701


##########
src/main/java/org/apache/sling/auth/oauth_client/impl/OidcAuthenticationHandler.java:
##########
@@ -120,7 +126,7 @@ public class OidcAuthenticationHandler extends 
DefaultAuthenticationFeedbackHand
         @AttributeDefinition(name = "Path",
                 description = "Repository path for which this authentication 
handler should be used by Sling. If this is " +
                         "empty, the authentication handler will be disabled. 
By default this is set to \"/\".")
-        String path() default "/";
+        String[] path() default {"/"};

Review Comment:
   Make sense, thanks. 



-- 
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]

Reply via email to