[arquillian-issues] [JBoss JIRA] (ARQ-1321) Support for HTTPS in URLs injected with @ArquillianResource

Corey Puffalt (JIRA) issues at jboss.org
Tue Mar 13 15:46:00 EDT 2018


    [ https://issues.jboss.org/browse/ARQ-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13545404#comment-13545404 ] 

Corey Puffalt commented on ARQ-1321:
------------------------------------

Is this likely to ever be integrated into Arquillian?  

> Support for HTTPS in URLs injected with @ArquillianResource
> -----------------------------------------------------------
>
>                 Key: ARQ-1321
>                 URL: https://issues.jboss.org/browse/ARQ-1321
>             Project: Arquillian
>          Issue Type: Feature Request
>            Reporter: Samuel Santos
>            Assignee: Samuel Santos
>
> When injecting an URL like the following:
> {code:java}
> @ArquillianResource URL url;
> {code}
> HTTP protocol will always be used. This happens because "http" is hard-coded in {{URLResourceProvider}}.
> Vineet Reynolds suggested that we can create the type {{SecureUrl}} and a {{SecureUrlResourceProvider}} to allow us to use HTTPS:
> {code:java}
> @ArquillianResource SecureUrl url;
> {code}
> Any comment?



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the arquillian-issues mailing list