Skip to content

Commit 849aaa4

Browse files
author
Jay Bryant
committed
Change to main
The switch to main triggered some conflicts, which I have fixed in this commit.
1 parent 0fdee9c commit 849aaa4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/manual/src/docs/asciidoc/_includes/reactive/x509.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ public SecurityWebFilterChain securityWebFilterChain(ServerHttpSecurity http) {
5454

5555
In the previous example, a username is extracted from the OU field of a client certificate instead of CN, and account lookup using `ReactiveUserDetailsService` is not performed at all. Instead, if the provided certificate issued to an OU named "`Trusted Org Unit`", a request is authenticated.
5656

57-
For an example of configuring Netty and `WebClient` or `curl` command-line tool to use mutual TLS and enable X.509 authentication, please refer to https://github.com/spring-projects/spring-security-samples/tree/main/servlet/java-configuration/authentication/x509.
57+
For an example of configuring Netty and `WebClient` or `curl` command-line tool to use mutual TLS and enable X.509 authentication, see https://github.com/spring-projects/spring-security-samples/tree/main/servlet/java-configuration/authentication/x509.

docs/manual/src/docs/asciidoc/_includes/servlet/appendix/namespace.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[[appendix-namespace]]
22
== The Security Namespace
3-
This appendix provides a reference to the elements available in the security namespace and information on the underlying beans they create (a knowledge of the individual classes and how they work together is assumed - you can find more information in the project Javadoc and elsewhere in this document).
4-
If you haven't used the namespace before, please read the <<ns-config,introductory chapter>> on namespace configuration, as this is intended as a supplement to the information there.
5-
Using a good quality XML editor while editing a configuration based on the schema is recommended as this will provide contextual information on which elements and attributes are available as well as comments explaining their purpose.
6-
The namespace is written in https://relaxng.org/[RELAX NG] Compact format and later converted into an XSD schema.
3+
This appendix provides a reference to the elements available in the security namespace and information on the underlying beans they create (a knowledge of the individual classes and how they work together is assumed -- you can find more information in the project Javadoc and elsewhere in this document).
4+
If you have not used the namespace before, read the <<ns-config,introductory chapter>> on namespace configuration, as this appendix is intended as a supplement to the information there.
5+
We recommend using a good XML editor while editing a configuration based on the schema is recommended, as doing so provides contextual information on which elements and attributes are available as well as comments explaining their purpose.
6+
The namespace is written in https://relaxng.org/[RELAX NG] Compact format and then converted into an XSD schema.
77
If you are familiar with this format, you may wish to examine the https://raw.githubusercontent.com/spring-projects/spring-security/main/config/src/main/resources/org/springframework/security/config/spring-security-4.1.rnc[schema file] directly.
88

99
[[nsa-web]]

docs/manual/src/docs/asciidoc/_includes/servlet/java-configuration/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Spring Security 3.2 introduced Java configuration to let users configure Spring
66

77
If you are familiar with the <<ns-config>>, you should find quite a few similarities between it and Spring Security Java configuration.
88

9-
NOTE: Spring Security provides https://github.com/spring-projects/spring-security-samples/tree/main/servlet/java-configuration[lots of sample applications] which demonstrate the use of Spring Security Java Configuration.
9+
NOTE: Spring Security provides https://github.com/spring-projects/spring-security-samples/tree/main/servlet/java-configuration[lots of sample applications] to demonstrate the use of Spring Security Java Configuration.
1010

1111
== Hello Web Security Java Configuration
1212

docs/manual/src/docs/asciidoc/_includes/servlet/kotlin-configuration/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Spring Security Kotlin configuration has been available since Spring Security 5.3.
55
It lets users configure Spring Security by using a native Kotlin DSL.
66

7-
NOTE: Spring Security provides https://github.com/spring-projects/spring-security-samples/tree/main/servlet/spring-boot/kotlin/hello-security[a sample application] which demonstrates the use of Spring Security Kotlin Configuration.
7+
NOTE: Spring Security provides https://github.com/spring-projects/spring-security-samples/tree/main/servlet/spring-boot/kotlin/hello-security[a sample application] to demonstrate the use of Spring Security Kotlin Configuration.
88

99
[[kotlin-config-httpsecurity]]
1010
== HttpSecurity

0 commit comments

Comments
 (0)