arquillian-core
arquillian-core copied to clipboard
[422] Allow the HTTPContext to indicate it's a secure context and htt…
…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 theHTTPContext - Allow the
Servletto use the correct protocol
Fixes #422