We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Javadoc for some methods, including xssProtection(), cacheControl(), httpStrictTransportSecurity(), has an incorrect return type.
xssProtection()
cacheControl()
httpStrictTransportSecurity()
The return type is listed as HeadersConfigurer
HeadersConfigurer
The return type should be the matching configurer for each method. XXssConfig for xssProtection() CacheControlConfig for cacheControl() etc
XXssConfig
CacheControlConfig
The text was updated successfully, but these errors were encountered:
7e84540
Fix Javadoc for headers configurer methods
cdec7f0
Fixes: spring-projectsgh-7123
eleftherias
No branches or pull requests
Summary
The Javadoc for some methods, including
xssProtection()
,cacheControl()
,httpStrictTransportSecurity()
, has an incorrect return type.Actual Behavior
The return type is listed as
HeadersConfigurer
Expected Behavior
The return type should be the matching configurer for each method.
XXssConfig
forxssProtection()
CacheControlConfig
forcacheControl()
etc
The text was updated successfully, but these errors were encountered: