[
https://issues.apache.org/jira/browse/SLING-7781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16546496#comment-16546496
]
Robert Munteanu commented on SLING-7781:
----------------------------------------
Thanks for the report [~o.otto]! Would you like to submit a PR with a fix?
> LogoutServlet does not define "sing.servlet.paths" as an array
> --------------------------------------------------------------
>
> Key: SLING-7781
> URL: https://issues.apache.org/jira/browse/SLING-7781
> Project: Sling
> Issue Type: Bug
> Components: Authentication
> Affects Versions: Auth Core 1.4.2
> Reporter: Olaf Otto
> Priority: Minor
>
> The org.apache.sling.auth.core.impl.LogoutServlet defines the
> sling.servlet.paths without a cardinality, thus the respective configuration
> dialog does not allow specifying multiple entries. It should be like so:
> {code:java}
> /**
> * The servlet is registered on this path.
> */
> @Property(name = "sling.servlet.paths", cardinality=Integer.MAX_VALUE)
> public static final String SERVLET_PATH = "/system/sling/logout";
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)