We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to the documentation, clientRegisterFilter is supposed to be called with beans of type FilterRegistrationBean, not Filter.
clientRegisterFilter currently only supports beans of type filter and not FilterRegistrationBean
grails-spring-security-core/plugin/src/main/groovy/grails/plugin/springsecurity/SpringSecurityUtils.groovy
Lines 418 to 431 in 0b8ef6d
The text was updated successfully, but these errors were encountered:
523bd56
No branches or pull requests
According to the documentation, clientRegisterFilter is supposed to be called with beans of type FilterRegistrationBean, not Filter.
clientRegisterFilter currently only supports beans of type filter and not FilterRegistrationBean
grails-spring-security-core/plugin/src/main/groovy/grails/plugin/springsecurity/SpringSecurityUtils.groovy
Lines 418 to 431 in 0b8ef6d
The text was updated successfully, but these errors were encountered: