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

Issue #2215 Fix invalid Origin header sent by client for non-SSL WebSocket connections #2216

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

cgdrake
Copy link
Contributor

@cgdrake cgdrake commented Oct 30, 2024

Fix for incorrect scheme detection within Handshake constructor. See issue #2215.

@carryel carryel self-requested a review January 3, 2025 03:53
Copy link
Contributor

@carryel carryel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good.

There are two things that would be good to reflect.

  1. It seems that the license header needs to be revised and added. It seems that you can reflect the year by referencing other files and pasting them.
  2. I wonder if it is possible to PR to the main branch rather than the master branch.

@cgdrake cgdrake changed the base branch from master to main January 7, 2025 20:03
@cgdrake cgdrake force-pushed the bugfix/issue_2215 branch from 6399a95 to 2aee7c0 Compare January 7, 2025 20:06
@cgdrake cgdrake force-pushed the bugfix/issue_2215 branch from 2aee7c0 to a0d6f8a Compare January 7, 2025 20:16
@cgdrake
Copy link
Contributor Author

cgdrake commented Jan 7, 2025

@carryel I have corrected the PR to target the main branch and also updated the copyrights.

@carryel carryel merged commit a5327b8 into eclipse-ee4j:main Jan 8, 2025
3 checks passed
@cgdrake cgdrake deleted the bugfix/issue_2215 branch January 8, 2025 15:17
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