arquillian-core
arquillian-core copied to clipboard
[feature-request] Allow for injected URL's and URI's to allow for https connections
Issue Overview
Currently when injecting a URL or URI with an @ArquillianResource the protocol is always "http". There should be ability to allow for "https" connections.
This can be accomplished while keeping backwards compatibility. Defaulting to "http" seems reasonable, but allowing the HTTPContext to be known as a "secure" context could allow "https" to be used for the protocol.