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

feat: enables HTTPContext to indicate if HTTPS should be used #423

Merged
merged 1 commit into from
Aug 24, 2022

Conversation

jamezp
Copy link
Collaborator

@jamezp jamezp commented Aug 15, 2022

…ps should be used.

Short description of what this resolves:

Adds the ability to allow for https URL and URI injection.

Changes proposed in this pull request:

  • Add a isSecure() method to the HTTPContext
  • Allow the Servlet to use the correct protocol

Fixes #422

Copy link
Member

@bartoszmajsak bartoszmajsak left a comment

Choose a reason for hiding this comment

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

Thanks for this improvement @jamezp. I have two suggestions to consider.

@bartoszmajsak bartoszmajsak changed the title [422] Allow the HTTPContext to indicate it's a secure context and htt… feat: enables HTTPContext to indicate if HTTPS should be used Aug 24, 2022
…ps should be used.

Signed-off-by: James R. Perkins <jperkins@redhat.com>
Copy link
Member

@bartoszmajsak bartoszmajsak left a comment

Choose a reason for hiding this comment

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

Thanks a lot!

BTW - no need for force push stuff as I am squashing PRs anyway :)

@bartoszmajsak bartoszmajsak merged commit a00478c into arquillian:master Aug 24, 2022
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.

[feature-request] Allow for injected URL's and URI's to allow for https connections
2 participants