[
https://issues.apache.org/jira/browse/XAP-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Trevor Oldak closed XAP-17.
---------------------------
> RetrieveAndProcess of blank files not handled gracefully
> --------------------------------------------------------
>
> Key: XAP-17
> URL: https://issues.apache.org/jira/browse/XAP-17
> Project: XAP
> Issue Type: Bug
> Components: XML Dom / Parsing
> Reporter: Trevor Oldak
>
> Create asimple XAP application with a button that will call an MCO. Have the
> MCO call RetrieveAndProcess to a blank file. This will cause an error to be
> thrown.
> Sample RetrieveAndProcess MCO:
> MyHandler.prototype.retrieveAndProcess = function (event, linkURL) {
> var request = new xap.requestservice.HttpRequest(linkURL);
> var requestService = event.session.getRequestService();
> var response = requestService.retrieveAndProcess(request);
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.