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

CORS support adds CORS-related response headers twice #1678

Closed
tjquinno opened this issue Apr 22, 2020 · 0 comments · Fixed by #1679
Closed

CORS support adds CORS-related response headers twice #1678

tjquinno opened this issue Apr 22, 2020 · 0 comments · Fixed by #1679
Assignees
Labels
2.x Issues for 2.x version branch bug Something isn't working cors Related to CORS support P2
Projects

Comments

@tjquinno
Copy link
Member

Environment Details

  • Helidon Version: 2.x
  • Helidon SE
  • JDK version: n/a
  • OS: n/a
  • Docker version (if applicable): n/a

The CORS support adds headers to the response as needed, but it currently does so twice for the same headers. This causes problems if you try the reproducer described in #1562; you get an error about Access-Control-Allow-Origin having multiple values.

@tjquinno tjquinno added bug Something isn't working 2.x Issues for 2.x version branch cors Related to CORS support labels Apr 22, 2020
@tjquinno tjquinno self-assigned this Apr 22, 2020
@tjquinno tjquinno added this to Needs triage in Backlog via automation Apr 22, 2020
@tjquinno tjquinno moved this from Needs triage to In Progress in Backlog Apr 22, 2020
@tjquinno tjquinno added the P2 label Apr 22, 2020
Backlog automation moved this from In Progress to Closed Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x Issues for 2.x version branch bug Something isn't working cors Related to CORS support P2
Projects
Backlog
  
Closed
Development

Successfully merging a pull request may close this issue.

1 participant