1
0
mirror of synced 2026-08-05 09:47:05 +00:00

Docs: Fix broken link to csrfInput tag info

ID names are case sensitive.
This commit is contained in:
Ryan W. Moore
2016-05-28 20:07:59 -04:00
parent cdb04c50e8
commit 38e9f6a851
+1 -1
View File
@@ -3328,7 +3328,7 @@ The last step is to ensure that you include the CSRF token in all PATCH, POST, P
</form>
----
An easier approach is to use <<the-csrfInput-tag,the csrfInput tag>> from the Spring Security JSP tag library.
An easier approach is to use <<the-csrfinput-tag,the csrfInput tag>> from the Spring Security JSP tag library.
[NOTE]
====