Skip to content

Commit a2aeb95

Browse files
committed
Update What's New Link
Issue gh-9038
1 parent 3205671 commit a2aeb95

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Here's what you'll see in this release:
8181

8282
* Renamed https://github.com/spring-projects/spring-security/issues/8676[whitelist and blacklist to allowlist and blocklist]
8383
* Added https://github.com/spring-projects/spring-security/pull/7052[`RequestRejectedHandler`]
84-
* Strengthened https://github.com/spring-projects/spring-security/pull/8644[`StrictHttpFirewall`]
84+
* Strengthened https://github.com/spring-projects/spring-security/pull/8644[`StrictHttpFirewall`] to <<servlet-httpfirewall-headers-parameters,verify header and parameter names and values>>
8585
* Made https://github.com/spring-projects/spring-security/issues/5438[`SessionRegistry` aware of `SessionIdChangedEvent`]
8686
* Allow https://github.com/spring-projects/spring-security/issues/8402[`AesBytesEncryptor` to be constructed with a real key]
8787
* https://github.com/spring-projects/spring-security/pull/8450[Deprecated OpenID 2.0 support]

docs/manual/src/docs/asciidoc/_includes/servlet/exploits/firewall.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ See https://jira.spring.io/browse/SPR-16851[SPR_16851] for an issue requesting t
132132
If you must allow any HTTP method (not recommended), you can use `StrictHttpFirewall.setUnsafeAllowAnyHttpMethod(true)`.
133133
This will disable validation of the HTTP method entirely.
134134

135+
[[servlet-httpfirewall-headers-parameters]]
136+
135137
`StrictHttpFirewall` also checks header names and values and parameter names.
136138
It requires that each character have a defined code point and not be a control character.
137139

0 commit comments

Comments
 (0)