diff --git a/docs/src/main/docbook/filters.xml b/docs/src/main/docbook/filters.xml index 580a039627..57d57297ff 100644 --- a/docs/src/main/docbook/filters.xml +++ b/docs/src/main/docbook/filters.xml @@ -243,9 +243,9 @@ public class PreMatchingFilter implements ContainerRequestFilter {
Client filters - Client filters are similar to container filters. The response can also be aborted + Client filters are similar to container filters. The request can also be aborted in the &jaxrs.client.ClientRequestFilter; which would cause that no request will actually be sent to the server at all. - A new response is passed to the abort method. This response will be used and delivered + A new response is passed to the abortWith method. This response will be used and delivered as a result of the request invocation. Such a response goes through the client response filters. This is similar to what happens on the server side. The process is shown in the following example: