You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2019/01/20 14:58:42 UTC

[GitHub] nihavend commented on a change in pull request #383: URLLoader issue related with empty data for POST request

nihavend commented on a change in pull request #383: URLLoader issue related with empty data for POST request
URL: https://github.com/apache/royale-asjs/pull/383#discussion_r249282619
 
 

 ##########
 File path: frameworks/projects/MXRoyale/src/main/royale/mx/rpc/http/AbstractOperation.as
 ##########
 @@ -856,8 +856,9 @@ package mx.rpc.http
 			}
 			
 			if (ctype == CONTENT_TYPE_XML)
-			{/*
-				if (parameters is String && xmlEncode == null)
+			{
+				paramsToSend = parameters.toXMLString();
 
 Review comment:
   I did not test the case on minified version at the time I created PR as I am worhing on debug version. 
   I just tried to test it but, I had prior errors before coming to this line ("window.base64js.om is not a function") and can not go forwad.
   
   One option, to leave what I am doing and try to find out all of the prior errors on minified version and try to to answer your question.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services