[mashup-dev] [jira] Reopened: (MASHUP-26) Redirect of localhost to
non-existant endpoint
Jonathan Marsh (JIRA)
jira at wso2.org
Thu Jun 7 09:31:15 PDT 2007
[ http://www.wso2.org/jira/browse/MASHUP-26?page=all ]
Jonathan Marsh reopened MASHUP-26:
----------------------------------
Redirection is removed, but the WSDL still uses the fixed IP - which causes a cross-domain access fault in the tryit.
The solutions are:
1) to have the try-it rewrite the domain for all endpoints (seems a bit hacky).
2) to have the endpoints in the WSDL match those in the tryit (e.g. if I go to http://localhost,,,?wsdl2 I will get http://localhost endpoints, and if I go to http://10.1.1.1...?wsdl2 I will get http://10.1.1.1 endpoints.
> Redirect of localhost to non-existant endpoint
> ----------------------------------------------
>
> Key: MASHUP-26
> URL: http://www.wso2.org/jira/browse/MASHUP-26
> Project: WSO2 Mashup Server
> Issue Type: Bug
> Environment: Nightly build 5/10
> Reporter: Jonathan Marsh
> Assigned To: Thilina Gunarathne
> Priority: Critical
> Fix For: Nightly
>
>
> When accessing a service through http://localhost a 302 redirect is returned. I presume the framework will retry the request at that address. But the address returned is https://xx.xx.xx.xx:9443/ which is not a live endpoint.
> Maybe this is as simple as having a correct endpoint address returned would solve the problem - or to deploy an https endpoint by default.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Mashup-dev
mailing list