File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
config/src/main/java/org/springframework/security/config/annotation/web/builders Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1112,7 +1112,8 @@ public HttpSecurity rememberMe(Customizer<RememberMeConfigurer<HttpSecurity>> re
1112
1112
* </pre>
1113
1113
* @return the {@link ExpressionUrlAuthorizationConfigurer} for further customizations
1114
1114
* @throws Exception
1115
- * @deprecated For removal in 7.0. Use {@link #authorizeHttpRequests(Customizer)} instead
1115
+ * @deprecated For removal in 7.0. Use {@link #authorizeHttpRequests(Customizer)}
1116
+ * instead
1116
1117
*/
1117
1118
@ Deprecated (since = "6.1" , forRemoval = true )
1118
1119
public ExpressionUrlAuthorizationConfigurer <HttpSecurity >.ExpressionInterceptUrlRegistry authorizeRequests ()
@@ -1227,7 +1228,8 @@ public ExpressionUrlAuthorizationConfigurer<HttpSecurity>.ExpressionInterceptUrl
1227
1228
* for the {@link ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry}
1228
1229
* @return the {@link HttpSecurity} for further customizations
1229
1230
* @throws Exception
1230
- * @deprecated For removal in 7.0. Use {@link #authorizeHttpRequests(Customizer)} instead
1231
+ * @deprecated For removal in 7.0. Use {@link #authorizeHttpRequests(Customizer)}
1232
+ * instead
1231
1233
*/
1232
1234
@ Deprecated (since = "6.1" , forRemoval = true )
1233
1235
public HttpSecurity authorizeRequests (
You can’t perform that action at this time.
0 commit comments