Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-1321

Support for HTTPS in URLs injected with @ArquillianResource

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Unresolved
    • Major
    • None
    • None
    • None
    • None

    Description

      When injecting an URL like the following:

      @ArquillianResource URL url;
      

      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:

      @ArquillianResource SecureUrl url;
      

      Any comment?

      Attachments

        Activity

          People

            silenius_jira Samuel Santos (Inactive)
            silenius_jira Samuel Santos (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: