Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/main/docbook/deployment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ public class MyApplication extends ResourceConfig {

<para>
Jersey uses its own <literal>&jersey.containers.ServletContainer;</literal> implementation of Servlet and
Servlet Filter API to intebrate with Servlet containers. As any JAX-RS runtime, Jersey provides support
Servlet Filter API to integrate with Servlet containers. As any JAX-RS runtime, Jersey provides support
for Servlet containers that support Servlet specification version 2.5 and higher. To support JAX-RS 2.0
asynchronous resources on top of a Servlet container, support for Servlet specification version 3.0 or higher
is required.
Expand Down