cuba-platform / cuba-gradle-plugin

Gradle plugin for building CUBA platform and applications
https://www.cuba-platform.com
Apache License 2.0
15 stars 18 forks source link

Update tomcat to 9.0.28 in order to be able to set SameSite=None cookie policy #144

Closed glebshalyganov closed 3 years ago

glebshalyganov commented 3 years ago

Environment

Description of the bug or enhancement

Due to the recent security update in Chrome in some cases it is needed to set the SameSite=None cookie setting (for example, when using the SAML add-on).

But it is impossible with tomcat < 9.0.28 because of the bug: https://bz.apache.org/bugzilla/show_bug.cgi?id=63865.

andreysubbotin commented 3 years ago

Update Tomcat to 9.0.38

andreysubbotin commented 3 years ago

For QA: Application smoke test and WebSockets check.