Closes gh-13192
This commit is contained in:
Johnny Lim
2018-05-17 19:21:40 +09:00
committed by Stephane Nicoll
parent c271f8ef8b
commit 75639aa682
6 changed files with 12 additions and 19 deletions

View File

@@ -1365,7 +1365,7 @@ use `setStatus(int)` rather `sendError(int)`. This prevents Jersey from committi
response before Spring Security has had an opportunity to report an authentication or
authorization failure to the client.
The `jersey.config.server.response.setStatusOverSendError` proeprty must be set to `true`
The `jersey.config.server.response.setStatusOverSendError` property must be set to `true`
on the application's `ResourceConfig` bean, as shown in the following example:
[source,java,indent=0]