Apache Coyote
The Coyote HTTP/1.1 Connector element represents a Connector component that supports the HTTP/1.1 protocol. It enables Catalina to function as a stand-alone web server in addition to its ability to execute servlets and JSP pages. A particular instance of this component listens for connections on a specific TCP port number on the server. One or more such Connectors can be configured as part of a single Service each forwarding to the associated Engine to perform request processing and create the response.
Official Site:
https://tomcat.apache.org/tomcat-4.1-doc/config/coyote.htmlSeverity Summary:
No CVEs found