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

Register LifecycleBeanPostProcessor before ShiroFilterFactoryBean [patch included]

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.0
    • 1.2.0
    • Integration: Spring
    • None

    Description

      LifecycleBeanPostProcessor needs to be registred before ShiroFilterFactoryBean because...

      ShiroFilterFactoryBean itself is a BeanPostProcessor, like LifecycleBeanPostProcessor too. So during AbstractApplicationContext.registerBeanPostProcessors() these two beans are created and added to nonOrderedPostProcessors, after then they get registered. At this execution point ShiroFilterFactoryBean is already created with its SecurityManager and defined Realms. So LifecycleBeanPostProcessor will not effect anymore on Realms init.

      http://shiro-user.582556.n2.nabble.com/Shiro-and-Spring-with-ShiroFilterFactoryBean-td5811127.html

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              manthos manthos
              Votes:
              1 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: