nscendoni commented on code in PR #15:
URL:
https://github.com/apache/sling-org-apache-sling-auth-oauth-client/pull/15#discussion_r2097160275
##########
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:
Actually it is from:
https://github.com/apache/sling-org-apache-sling-auth-core/blob/47eee11b0a05bdd3d20fcbfba81b2077f503f058/src/main/java/org/apache/sling/auth/core/spi/AuthenticationHandler.java#L44-L57
--
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]