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/19 22:25:13 UTC

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

Harbs 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_r249259361
 
 

 ##########
 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:
   Will this work correctly in minified code without casting to XML?

----------------------------------------------------------------
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