James,

On 8/15/24 11:12, James H. H. Lampert wrote:
On 8/14/24 6:12 PM, Chuck Caldarale wrote:

The blocking IO implementation (http11.Http11Protocol) was actually
removed in 8.5, but if specified in the config, 8.5 would substitute
the default non-blocking one (http11.Http11NioProtocol). In 9.0, this
auto-substitution was removed, requiring a valid protocol
specification to be used.

I vaguely remember being told something like that when I put our cloud box on Tomcat 9, and had to make the same change.

My guess is that this is the change that may cause you the most trouble:

"
The default CookieProcessor is now the Rfc6265CookieProcessor. The
CookieProcessor is configurable per Context and the
LegacyCookieProcessor may be used to obtain the 8.0.x behaviour.
"

I would leave the configuration default the way it is, but remember that the old cookie behavior can be restored using the Legacy processor.

It would be better to fix the application and/or clients if at all possible, but the Legacy cookie processor is there in case you panic. :)

-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to