Skip to content

Commit 8a34e32

Browse files
committed
Polish IpAddressAuthorizationManager
Closes gh-10577
1 parent ea7c720 commit 8a34e32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: config/src/main/kotlin/org/springframework/security/config/annotation/web/AuthorizeHttpRequestsDsl.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import org.springframework.security.config.annotation.web.configurers.AuthorizeH
2626
import org.springframework.security.core.Authentication
2727
import org.springframework.security.web.access.intercept.AuthorizationFilter
2828
import org.springframework.security.web.access.intercept.RequestAuthorizationContext
29-
import org.springframework.security.web.server.authorization.IpAddressAuthorizationManager
29+
import org.springframework.security.web.access.IpAddressAuthorizationManager
3030
import org.springframework.security.web.servlet.util.matcher.MvcRequestMatcher
3131
import org.springframework.security.web.util.matcher.AnyRequestMatcher
3232
import org.springframework.security.web.util.matcher.RequestMatcher

Diff for: web/src/main/java/org/springframework/security/web/server/authorization/IpAddressAuthorizationManager.java renamed to web/src/main/java/org/springframework/security/web/access/IpAddressAuthorizationManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.security.web.server.authorization;
17+
package org.springframework.security.web.access;
1818

1919
import java.util.function.Supplier;
2020

0 commit comments

Comments
 (0)