Skip to content

Commit 2834fd2

Browse files
committed
fix WSSE notation
1 parent 2f01f88 commit 2834fd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/security/custom_authentication_provider.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ set an authenticated token in the security context if successful.
165165
}
166166
}
167167
168-
This listener checks the request for the expected `X-WSSE` header, matches
168+
This listener checks the request for the expected ``X-WSSE` header, matches
169169
the value returned for the expected WSSE information, creates a token using
170170
that information, and passes the token on to the authentication manager. If
171171
the proper information is not provided, or the authentication manager throws
@@ -555,7 +555,7 @@ in order to put it to use.
555555
should use instead of the hard-coded 300 seconds. These two steps are
556556
not shown here.
557557

558-
The lifetime of each wsse request is now configurable, and can be
558+
The lifetime of each WSSE request is now configurable, and can be
559559
set to any desirable value per firewall.
560560

561561
.. configuration-block::

0 commit comments

Comments
 (0)