[
https://wso2.org/jira/browse/MASHUP-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yumani Ranaweera moved CARBON-5042 to MASHUP-1258:
--------------------------------------------------
Project: WSO2 Mashup Server (was: WSO2 Carbon)
Key: MASHUP-1258 (was: CARBON-5042)
Affects Version/s: (was: 1.5)
Fix Version/s: Nightly
(was: 2.0.1)
> When the SecureHTTPEndpoint is used 'request.address' returns the address
> with the operation
> ---------------------------------------------------------------------------------------------
>
> Key: MASHUP-1258
> URL: https://wso2.org/jira/browse/MASHUP-1258
> Project: WSO2 Mashup Server
> Issue Type: Bug
> Environment: WinXP, JDK16, IE7
> Reporter: Yumani Ranaweera
> Assignee: Ruchira Wageesha
> Fix For: Nightly
>
>
> Steps:
> ---------
> 1. Deploy a mashup service using the following source.
> function securedUsingUTOverHTTPS() {
> system.log("This mashup was invoked by the following User : " +
> request.authenticatedUser );
> system.log("This mashup was invoked from the following IP : " +
> request.remoteIP );
> system.log("This mashup was invoked with the following URL : " +
> request.address );
> }
> 2. Apply UT to the service. (select 'admin' group when adding UT)
> 3. Access ?tryit of this service
> 4. In the ?tryit select SecureHTTPEndpoint and send a request
> Issue:
> --------
> When returning the address it prints as
> "/services/requestHostObject.SecureHTTPEndpoint/securedUsingUTOverHTTPS"
> But when you try the same scenario for 'SecureSOAP12Endpoint' and
> 'SecureSOAP11Endpoint', the address is returned as
> 'https://10.100.1.120:9443/services/requestHostObject.SecureSOAP12Endpoint/'.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Mashup-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev