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

Basic Auth Filter permissive mode does NOT work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.3.0, 1.3.1, 1.3.2
    • 1.4.0-RC2
    • Web

    Description

      The fix for SHIRO-200 assumed all filter options were http methods, for example:

      {authcBasic[POST, GET]}

      However, the 'permissive' option is also valid, which instructs the filter to check for authentication, but NOT require it:

      {authcBasic[permissive]}

      Or the two combine in something like:
      authcBasic[permissive,POST, GET]

      Attachments

        Activity

          People

            Unassigned Unassigned
            bdemers Brian Demers
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: