jdaugherty commented on code in PR #13863:
URL: https://github.com/apache/grails-core/pull/13863#discussion_r3554603813
##########
grails-test-examples/spring-security/core/integration-test-app/src/integration-test/groovy/grails/plugin/springsecurity/SpringSecurityUtilsIntegrationSpec.groovy:
##########
@@ -89,15 +87,14 @@ class SpringSecurityUtilsIntegrationSpec extends
AbstractIntegrationSpec {
def map = SpringSecurityUtils.configuredOrderedFilters
expect:
- 10 == map.size()
+ 9 == map.size()
Review Comment:
So are we sure the form filter being registered by Grails is ordered before
the security interceptor filter?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]