fix javadoc typo
This commit is contained in:
-1
@@ -380,7 +380,6 @@ public abstract class AbstractAuthenticationFilterConfigurer<B extends HttpSecur
|
||||
|
||||
/**
|
||||
* Updates the default values for authentication.
|
||||
* @throws Exception
|
||||
*/
|
||||
protected final void updateAuthenticationDefaults() {
|
||||
if (this.loginProcessingUrl == null) {
|
||||
|
||||
+1
-1
@@ -531,7 +531,7 @@ public class HeadersConfigurer<H extends HttpSecurityBuilder<H>>
|
||||
* @throws IllegalArgumentException if policyDirectives is {@code null} or empty
|
||||
* @since 5.1
|
||||
* @deprecated For removal in 7.0. Use {@link #permissionsPolicy(Customizer)} instead.
|
||||
* @seeObjectPostProcessorConfiguration FeaturePolicyHeaderWriter
|
||||
* @see ObjectPostProcessorConfiguration FeaturePolicyHeaderWriter
|
||||
*/
|
||||
@Deprecated
|
||||
public FeaturePolicyConfig featurePolicy(String policyDirectives) {
|
||||
|
||||
Reference in New Issue
Block a user