You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2011/11/26 15:48:09 UTC

svn commit: r1206448 - /myfaces/core/branches/2.0.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/engine/Xhr1.js

Author: werpu
Date: Sat Nov 26 14:48:09 2011
New Revision: 1206448

URL: http://svn.apache.org/viewvc?rev=1206448&view=rev
Log:
https://issues.apache.org/jira/browse/MYFACES-3408


Modified:
    myfaces/core/branches/2.0.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/engine/Xhr1.js

Modified: myfaces/core/branches/2.0.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/engine/Xhr1.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/engine/Xhr1.js?rev=1206448&r1=1206447&r2=1206448&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/engine/Xhr1.js (original)
+++ myfaces/core/branches/2.0.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/engine/Xhr1.js Sat Nov 26 14:48:09 2011
@@ -142,7 +142,7 @@ _MF_CLS(_PFX_XHR + "engine.Xhr1", myface
 
     _transferRequestValues: function() {
         this._Lang.mixMaps(this, this._xhrObject, true, null,
-                ["responseText","responseXML","status","statusText","response"]);
+                {responseText:1,responseXML:1,status:1,statusText:1,response:1});
     },
 
     _startTimeout: function() {