[mashup-dev] [jira] Resolved: (MASHUP-212) JS stub's hide
XMLRequest permission denied errors...
Jonathan Marsh (JIRA)
jira at wso2.org
Wed Jul 4 08:47:42 PDT 2007
[ http://www.wso2.org/jira/browse/MASHUP-212?page=all ]
Jonathan Marsh resolved MASHUP-212.
-----------------------------------
Fix Version/s: 0.1-RC3
Resolution: Fixed
> JS stub's hide XMLRequest permission denied errors...
> -----------------------------------------------------
>
> Key: MASHUP-212
> URL: http://www.wso2.org/jira/browse/MASHUP-212
> Project: WSO2 Mashup Server
> Issue Type: Bug
> Affects Versions: 0.1-RC3
> Reporter: Thilina Gunarathne
> Assigned To: Jonathan Marsh
> Fix For: 0.1-RC3
>
>
> Following code in the stubs tries to get the reason for the error, which is not available in the XMLHTTRequest permission denied errors...
> try {
> 57 var response = this._call(request);
> 58 var resultValue = /* xs:anyType */ response.documentElement;
> 59 return resultValue;
> 60 } catch (e) {
> 61 throw (e.reason);
> 62 }
--
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