It seems that Derrell applied the patch to svn with rev. 4291:Modified: trunk/qooxdoo/frontend/framework/source/class/qx/io/remote/XmlHttpTransport.js
===================================================================
--- trunk/qooxdoo/frontend/framework/source/class/qx/io/remote/XmlHttpTransport.js 2006-09-21 04:37:02 UTC (rev 4290)
+++ trunk/qooxdoo/frontend/framework/source/class/qx/io/remote/XmlHttpTransport.js 2006-09-21 04:50:57 UTC (rev 4291)
@@ -217,7 +217,9 @@
var vParameters = this.getParameters();
var vParametersList = [];
for (var vId in vParameters) {
- vParametersList.push(vId + qx.constant.Core.EQUAL + vParameters[vId]);
+ vParametersList.push(escape(vId) +
+ qx.constant.Core.EQUAL +
+ escape(vParameters[vId]));
}
if (vParametersList.length > 0) {Ricardo Borillo schrieb: Sebastian, -- Mit freundlichen Grüßen Dietrich Streifert Visionet GmbH |
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
