You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org> on 2007/11/27 18:51:43 UTC

[jira] Reopened: (XAP-17) RetrieveAndProcess of blank files not handled gracefully

     [ https://issues.apache.org/jira/browse/XAP-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Oldak reopened 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.