Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-7781

LogoutServlet does not define "sing.servlet.paths" as an array

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Won't Fix
    • Auth Core 1.4.2
    • None
    • Authentication
    • None

    Description

      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:

         /**
           * 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";
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            o.otto Olaf Otto
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: