Uploaded image for project: 'Shiro'
  1. Shiro
  2. SHIRO-85

ShiroFilter entries being processed in arbitrary order

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0.0
    • 0.9
    • Configuration
    • None

    Description

      Copied over from the Ki issue. Original text:

      Entries in a ShiroFilter configuration are not being processed in the order they are listed in.
      If we have these lines:
      sessionManager=org.apache.shiro.web.session.DefaultWebSessionManager
      securityManager.sessionManager = $sessionManager
      securityManager.sessionDAO = $sessionDAO
      ...and line 3 is processed before line 2, the setSessionManager() call for the first line fails because the sessionManager is a ServletContainerSessionManager rather than a DefaultWebSessionManager.

      In ReflectionBuilder.buildObjects(), instanceMap and propertyMap need
      to be LinkedHashMap type, not just HashMap. With HashMap, the
      properties in ShiroFilter are being processed in arbitrary order,
      rather than the order listed.

      See the "need more help with SSO" thread in the Shiro mailing list:
      http://mail-archives.apache.org/mod_mbox/incubator-shiro-user/200908.mbox/browser

      Attachments

        Activity

          People

            lhazlewood Les Hazlewood
            atripp Andy Tripp
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: