Skip to content

Commit 7daa278

Browse files
authored
Merge pull request #5247 from jzheaux/gh-5242
Remove Default URLs and Parameters Commentary
2 parents afdefe7 + f8247fa commit 7daa278

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/manual/src/docs/asciidoc/_includes/preface/java-configuration.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,6 @@ The Java Configuration equivalent of closing an XML tag is expressed using the `
167167
If you read the code it also makes sense.
168168
I want to configure authorized requests __and__ configure form login __and__ configure HTTP Basic authentication.
169169

170-
However, Java Configuration has different defaults URLs and parameters.
171-
Keep this in mind when creating custom login pages.
172-
The result is that our URLs are more RESTful.
173-
Additionally, it is not quite so obvious we are using Spring Security which helps to prevent https://www.owasp.org/index.php/Information_Leak_(information_disclosure)[information leaks].
174-
For example:
175-
176170
[[jc-form]]
177171
=== Java Configuration and Form Login
178172
You might be wondering where the login form came from when you were prompted to log in, since we made no mention of any HTML files or JSPs.

0 commit comments

Comments
 (0)