On Wed, Mar 27, 2019 at 11:21 AM Mark Thomas wrote:
> > Don't know yet. Just started looking.
[snip]
> That didn't take long.
> The fix will be in the next set of releases (expected towards the end of
> next week).
[snip]
Wow, that was fast! Thanks for the quick response!
--
I'm trying to get the following configuration working:
- Tomcat 9.0.17 (also tested with 9.0.16)
- AdoptOpenJDK Java 11.0.2 on Linux (also tested on Windows)
- Http11NioProtocol Connector
- Http2Protocol ProtocolUpgrade
I'm using the following connector config:
With the UpgradeProtocol in
On Fri, Dec 18, 2015 at 4:36 PM, Mark Thomas wrote:
> On 18 December 2015 20:21:12 GMT+00:00, Jason Rivard
> wrote:
[snip]
>
> You can use sessionCookiePathUsesTrailingSlash on the Context to fix the
> session problem but be aware of the security risks if you have context
I'm not sure if I'm posting this in the right place, but I thought I would
start here. It seems that changes to tomcat 8.0.29-30 partially described
in the following bug break my application, and probably others:
https://bz.apache.org/bugzilla/show_bug.cgi?id=58660
And here is my test applicatio