Shiro will have new config knobs: Add the following into the Web docs (shiro.ini): - [x] `filterChainResolver.caseInsensitive` can be set to true for 2.x and default for 3.x - [x] `filterChainResolver.allowAccessByDefault` defaults to false for 3.x can be set true Add the following to Spring integration docs (application.properties) - [x] `shiro.caseInsensitive` can be set to true for 2.x and default for 3.x - [x] `shiro.allowAccessByDefault` defaults to false for 3.x can be set true