[ https://issues.apache.org/jira/browse/SHIRO-618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15947151#comment-15947151 ]
Brian Demers commented on SHIRO-618: ------------------------------------ Great!! I can take care of the default {{/**}} On the starters topic, I wrestled with that a little, most people would be using the web starter. For non-web environments, it would be a PITA to exclude dependencies, and set properties to disable the _web_ functionality. There is a bit of duplicate code between the two, but I didn't want to have a {{shiro-spring-boot-common}} module. Thoughts, ideas? > Spring Boot Web Starter- Autoconfiguration for Realm and > ShiroFilterChainDefinition > ----------------------------------------------------------------------------------- > > Key: SHIRO-618 > URL: https://issues.apache.org/jira/browse/SHIRO-618 > Project: Shiro > Issue Type: Improvement > Reporter: Marc G. > > After adding the spring-boot-web-starter you got the exception that two beans > are missing. > * Realm > * ShiroFilterChainDefinition > Are they not defined on purpose? Both can be provided as a default with > @ConditionalOnMissingBean. > A default TextConfigurationRealm could be configured with properties. > Providing defaults makes it easier to get startet. > I could provide a pull request if desired. > What do you think? -- This message was sent by Atlassian JIRA (v6.3.15#6346)