-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Require Cors header values to be specified with double quotes. #1395
Conversation
Have re-kicked the build, somehow it didnt start, will review this once the builds are okay. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couple comments, otherwise this looks good. 👍
@stalar Thanks for the PR. Things look good. I did add two additional unit tests to verify exceptions are thrown correctly. @thesriram Can you take a peek at this? I think its good to go but wanted another approval since I added some tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good thanks!
Will the patch for this not be available until the next cli release? |
Issue #, if available: #1381
Description of changes:
Require Cors header values to have double quoting for start-api. If quotes are missing, fail with an exception.
Verified by running the template from #1381 both locally and deployed.
Checklist:
make pr
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.