Skip to content

Remove consecutive-word duplications in Javadocs #7673

New issue

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

Merged
merged 2 commits into from
Nov 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Spring provides two mechanisms to protect against CSRF attacks:

[NOTE]
====
Both protections require require that <<Safe Methods Must be Idempotent>>
Both protections require that <<Safe Methods Must be Idempotent>>
====

[[csrf-protection-idempotent]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ If you use a milestone or release candidate version, you need to ensure that you
[[getting-gradle]]
== Gradle

As most open source projects, Spring Security deploys its dependencies as Maven artifacts, which allows for for first-class Gradle support.
As most open source projects, Spring Security deploys its dependencies as Maven artifacts, which allows for first-class Gradle support.
The following topics provide detail on how to consume Spring Security when using Gradle.

[[getting-gradle-boot]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This section is dedicated to WebFlux based support for Security HTTP Response He
[[webflux-headers-default]]
== Default Security Headers

Spring Security provides a <<headers-default,default set set of Security HTTP Response Headers>> to provide secure defaults.
Spring Security provides a <<headers-default,default set of Security HTTP Response Headers>> to provide secure defaults.
While each of these headers are considered best practice, it should be noted that not all clients utilize the headers, so additional testing is encouraged.

You can customize specific headers.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This section is dedicated to servlet based support for Security HTTP Response He
[[servlet-headers-default]]
== Default Security Headers

Spring Security provides a <<headers-default,default set set of Security HTTP Response Headers>> to provide secure defaults.
Spring Security provides a <<headers-default,default set of Security HTTP Response Headers>> to provide secure defaults.
While each of these headers are considered best practice, it should be noted that not all clients utilize the headers, so additional testing is encouraged.

You can customize specific headers.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public interface Saml2AuthenticationRequestFactory {
[[samllogin-sample-boot]]
=== Spring Boot 2.x Sample

We are currently working with the the Spring Boot team on the
We are currently working with the Spring Boot team on the
https://github.com/spring-projects/spring-boot/issues/18260[Auto Configuration for Spring Security SAML Login].
In the meantime, we have provided a Spring Boot sample that supports a Yaml configuration.

Expand Down