[
https://issues.apache.org/jira/browse/DRILL-8521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17948504#comment-17948504
]
ASF GitHub Bot commented on DRILL-8521:
---------------------------------------
cgivre commented on PR #2986:
URL: https://github.com/apache/drill/pull/2986#issuecomment-2842276036
> @jnturton @cgivre, how about dropping Java 8 support? For this PR, I can
drop off the Avro update. It's not obligatory, but Java 8 was released 11 years
ago, and the last update was 6 years ago.
>
> More and more libraries and projects are moving to at least Java 11 for
compilation - it seems the time has come for Drill too :)
I would be fine with dropping support for Java 8. I ran into the same issue
trying to update Netty. If we do this, should we add support for Java 21?
> Change session cookie name to avoid conflicts
> ---------------------------------------------
>
> Key: DRILL-8521
> URL: https://issues.apache.org/jira/browse/DRILL-8521
> Project: Apache Drill
> Issue Type: Improvement
> Affects Versions: 1.21.2
> Reporter: Maksym Rymar
> Assignee: Maksym Rymar
> Priority: Major
> Fix For: 1.22.0
>
>
> Drill uses Jetty's default cookie name, {{{}JSESSIONID{}}}, to store the user
> session ID.
>
> Because {{JSESSIONID}} is a generic name, multiple web services running on
> the same host can conflict if they use the same cookie name.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)