[
https://issues.apache.org/jira/browse/SLING-7781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carsten Ziegeler resolved SLING-7781.
-------------------------------------
Resolution: Won't 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
(v8.3.4#803005)