[
https://issues.jboss.org/browse/ARQ-643?page=com.atlassian.jira.plugin.sy...
]
Vineet Reynolds updated ARQ-643:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
https://github.com/arquillian/arquillian-container-glassfish/pull/14
The serverHttps property has been removed from GlassFishRestConfiguration. The related
deprecated property remoteServerHttps was also removed. The NodeAddress class continues to
store a HTTPS port, so that this property may be re-introduced in a later version, without
a lot of trouble.
Arquillian fails to execute in-container tests when the serverHttps
property is enabled for remote Glassfish containers
-----------------------------------------------------------------------------------------------------------------------
Key: ARQ-643
URL:
https://issues.jboss.org/browse/ARQ-643
Project: Arquillian
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: GlassFish Containers, Test Protocol SPIs and Implementation
Reporter: Vineet Reynolds
Assignee: Vineet Reynolds
When the {{serverHttps}} property is enabled in arquillian.xml, execution of in-container
tests fail. The failure occurs at the point when the Arquillian client attempts to
communicate with the Arquillian Test Runner Servlet. The {{serverHttps}} property is meant
to allow for the client to communicate with the server (and the deployed test runner) over
SSL, but since the test client ({{ServletUtil}}) constructs a URI with the
"http" scheme and not "https", communication with the test runner
fails.
We'll need to
* either remote this property for now, and bring this back in a future release when the
test client can support communication with the Servlet test runner over SSL,
* or bring in support in Arquillian Core to support communication with the Servlet test
runner over SSL.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira