File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
config/src/main/kotlin/org/springframework/security/config/annotation/web
web/src/main/java/org/springframework/security/web/access Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import org.springframework.security.config.annotation.web.configurers.AuthorizeH
2626import org.springframework.security.core.Authentication
2727import org.springframework.security.web.access.intercept.AuthorizationFilter
2828import org.springframework.security.web.access.intercept.RequestAuthorizationContext
29- import org.springframework.security.web.server.authorization .IpAddressAuthorizationManager
29+ import org.springframework.security.web.access .IpAddressAuthorizationManager
3030import org.springframework.security.web.servlet.util.matcher.MvcRequestMatcher
3131import org.springframework.security.web.util.matcher.AnyRequestMatcher
3232import org.springframework.security.web.util.matcher.RequestMatcher
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package org .springframework .security .web .server . authorization ;
17+ package org .springframework .security .web .access ;
1818
1919import java .util .function .Supplier ;
2020
You can’t perform that action at this time.
0 commit comments