Matej Novotny created ARQ-1614:
----------------------------------
Summary: Warp tests redirecting to wrong address
Key: ARQ-1614
URL:
https://issues.jboss.org/browse/ARQ-1614
Project: Arquillian
Issue Type: Bug
Security Level: Public (Everyone can see)
Environment: Fedora,
Firefox
Reporter: Matej Novotny
When executing Warp annotated test (RF integration
[
test|https://github.com/richfaces/richfaces/blob/master/framework/src/tes...]
to be specific), I get redirected to a *non-localhost* adress (ether adress in fact).
So instead of 127.0.0.1:<port>/... (or localhost:<port>) I get to something
like 10.25.....
This is likely caused by
[
this|https://github.com/arquillian/arquillian-extension-warp/blob/master/...]
code.
Instead of getLocalHost().getHostAddress() we should try isLoopbackAddress().
The same address should then be propagated
[
here|https://github.com/arquillian/arquillian-extension-warp/blob/master/...]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira