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

Unauthorized URL for different entries in filter chain

    XMLWordPrintableJSON

Details

    Description

      It would be great to have different unauthorizedUrl entries per chain in the ShiroFilterFactoryBean:

      <property name="filterChainDefinitions">
      <value>
      /admin/** = myFilter, roles[admin], /service/notadmin.jsp
      /work/** = myFilter, roles[verified], /service/notverified.jsp
      /owners/** = myFilter, roles[owner], /service/notowner.jsp
      /account/** = myFilter
      </value>
      </property>

      Attachments

        Activity

          People

            Unassigned Unassigned
            maguro Alan Cabrera
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: