Update firewall.adoc

This commit is contained in:
Deniz Husaj 2023-08-30 11:31:15 +02:00 committed by Steve Riesenberg
parent 5a25a8220b
commit 91a8ed1ba7
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ XML::
----
<b:bean id="httpFirewall"
class="org.springframework.security.web.firewall.StrictHttpFirewall"
p:allowedHttpMethods="GET,HEAD"/>
p:allowedHttpMethods="GET,POST"/>
<http-firewall ref="httpFirewall"/>
----