Skip to content

Commit

Permalink
Remove deprecated usage of NavigableMap.NullSafeNavigator (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo authored Mar 5, 2024
1 parent a5991a5 commit cb17006
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
package grails.plugin.springsecurity


import org.grails.config.NavigableMap
import org.springframework.http.HttpMethod

/**
Expand Down Expand Up @@ -179,7 +178,7 @@ class ReflectionUtilsSpec extends AbstractUnitSpec {
[
pattern : '/secure/**',
access : ['IS_AUTHENTICATED_ANONYMOUSLY'],
httpMethod: new NavigableMap.NullSafeNavigator(null, null) //This is the case with missing config.
httpMethod: null //This is the case with missing config.
]
]
List<InterceptedUrl> interceptedUrls = ReflectionUtils.splitMap(interceptUrlMap)
Expand Down

0 comments on commit cb17006

Please sign in to comment.