mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
SEC-2777: Fix <header> attributes in doc
This commit is contained in:
parent
c30c97005b
commit
081f84844c
@ -3736,7 +3736,7 @@ At times you may want to only write a header for certain requests. For example,
|
|||||||
<!-- ... -->
|
<!-- ... -->
|
||||||
|
|
||||||
<headers>
|
<headers>
|
||||||
<header header-ref="headerWriter"/>
|
<header ref="headerWriter"/>
|
||||||
</headers>
|
</headers>
|
||||||
</http>
|
</http>
|
||||||
|
|
||||||
@ -6780,12 +6780,12 @@ The `name` of the header.
|
|||||||
|
|
||||||
|
|
||||||
[[nsa-header-value]]
|
[[nsa-header-value]]
|
||||||
* **header-value**
|
* **value**
|
||||||
The `value` of the header to add.
|
The `value` of the header to add.
|
||||||
|
|
||||||
|
|
||||||
[[nsa-header-ref]]
|
[[nsa-header-ref]]
|
||||||
* **header-ref**
|
* **ref**
|
||||||
Reference to a custom implementation of the `HeaderWriter` interface.
|
Reference to a custom implementation of the `HeaderWriter` interface.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user