Skip to content

Commit cb70b6a

Browse files
Emkaseleftherias
authored andcommitted
Fixed invalid usage of & tag in Javadocs
1 parent 04b47c5 commit cb70b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/src/main/java/org/springframework/security/config/web/server/ServerHttpSecurity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2179,7 +2179,7 @@ public FormLoginSpec authenticationSuccessHandler(
21792179
* generate a log in page at "/login" and a log out page at "/logout". If this is
21802180
* customized:
21812181
* <ul>
2182-
* <li>The default log in & log out page are no longer provided</li>
2182+
* <li>The default log in &amp; log out page are no longer provided</li>
21832183
* <li>The application must render a log in page at the provided URL</li>
21842184
* <li>The application must render an authentication error page at the provided
21852185
* URL + "?error"</li>

0 commit comments

Comments
 (0)