#3 Support for non-blocking Java NIO connector
Closed: fixed Opened by mharmsen.

Currently Tomcat JSS for Tomcat 8.0 only supports blocking Java connector (org.apache.coyote.http11.Http11Protocol). It does not support non-blocking Java NIO connector (org.apache.coyote.http11.Http11NioProtocol).

In Tomcat 8.5 the blocking Java connector is no longer supported, so the code and the configuration need to be modified to use non-blocking Java NIO connector. To simplify the transition to Tomcat 8.5 the support for non-blocking Java NIO connector should be added to Tomcat 8.0 as well.

See also:


Metadata Update from @mharmsen:
- Custom field component adjusted to ''
- Custom field feature adjusted to ''
- Custom field origin adjusted to Community
- Custom field proposedmilestone adjusted to ''
- Custom field proposedpriority adjusted to ''
- Custom field reviewer adjusted to ''
- Custom field type adjusted to defect
- Custom field version adjusted to ''
- Issue priority set to: 3

Metadata Update from @mharmsen:
- Custom field type adjusted to enhancement (was: defect)

This ticket was originally filed by edewata.

This is required by TomcatJSS ticket #1 which is needed to support PKI on future Debian and Fedora (https://pagure.io/dogtagpki/issue/2560).

Metadata Update from @edewata:
- Issue close_status updated to: fixed
- Issue set to the milestone: 7.3.0
- Issue status updated to: Closed (was: Open)

Metadata