Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support both HTTPS and HTTP concurrently, respect session timeout #697

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

labkey-jeckels
Copy link
Contributor

Rationale

We need embedded Tomcat deployments to support both HTTPS and HTTP at the same time. We also want to let admins configure things like session timeouts via the normal Spring Boot properties.

Changes

  • New config property context.httpPort to configure a minimalist HTTP connector
  • Propagate the config from the embedded Tomcat context into the StandardContext for our web app

@labkey-jeckels labkey-jeckels merged commit 2cd3373 into tomcat10 Jan 30, 2024
3 of 6 checks passed
@labkey-jeckels labkey-jeckels deleted the tc10_httpAndHttps_sessionTimeout branch January 30, 2024 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants