Skip to content

Commit

Permalink
Polish IpAddressAuthorizationManager
Browse files Browse the repository at this point in the history
Closes gh-10577
  • Loading branch information
jzheaux committed Dec 15, 2023
1 parent ea7c720 commit 8a34e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import org.springframework.security.config.annotation.web.configurers.AuthorizeH
import org.springframework.security.core.Authentication
import org.springframework.security.web.access.intercept.AuthorizationFilter
import org.springframework.security.web.access.intercept.RequestAuthorizationContext
import org.springframework.security.web.server.authorization.IpAddressAuthorizationManager
import org.springframework.security.web.access.IpAddressAuthorizationManager
import org.springframework.security.web.servlet.util.matcher.MvcRequestMatcher
import org.springframework.security.web.util.matcher.AnyRequestMatcher
import org.springframework.security.web.util.matcher.RequestMatcher
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package org.springframework.security.web.server.authorization;
package org.springframework.security.web.access;

import java.util.function.Supplier;

Expand Down

0 comments on commit 8a34e32

Please sign in to comment.