]
Alex Soto updated ARQGRA-495:
-----------------------------
Git Pull Request:
Scheme and URL properties might be used in incompatible ways
------------------------------------------------------------
Key: ARQGRA-495
URL:
https://issues.jboss.org/browse/ARQGRA-495
Project: Arquillian Graphene
Issue Type: Bug
Reporter: Alex Soto
Priority: Minor
Graphene allows you to configure two properties, scheme and url. The problem is that
Scheme might be http, https, ... and the URL instead of being the host + port + context
definition, it is a full URL. SO it means that you could configure URL using https and
scheme using http and then internally both values might be used independently.
The ideal scenario would be that URL protocol takes precedence over scheme