You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manual/src/docs/asciidoc/_includes/preface/java-configuration.adoc
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -167,12 +167,6 @@ The Java Configuration equivalent of closing an XML tag is expressed using the `
167
167
If you read the code it also makes sense.
168
168
I want to configure authorized requests __and__ configure form login __and__ configure HTTP Basic authentication.
169
169
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
-
176
170
[[jc-form]]
177
171
=== Java Configuration and Form Login
178
172
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