Author: hqm
Date: 2008-01-23 12:45:17 -0800 (Wed, 23 Jan 2008)
New Revision: 7874

Modified:
   openlaszlo/branches/wafflecone/docs/release-notes.html
Log:
update release notes

Modified: openlaszlo/branches/wafflecone/docs/release-notes.html
===================================================================
--- openlaszlo/branches/wafflecone/docs/release-notes.html      2008-01-23 
20:41:51 UTC (rev 7873)
+++ openlaszlo/branches/wafflecone/docs/release-notes.html      2008-01-23 
20:45:17 UTC (rev 7874)
@@ -34,7 +34,17 @@
 
 <h1>Bugs Fixed in 4.0.9</h1>
 <ul>
-<li>[<a href="http://www.openlaszlo.org/jira/browse/LPP-5368";>LPP-5368</a>] - 
Can't have query string with queryType="POST"</li>
+<li>[<a href="http://www.openlaszlo.org/jira/browse/LPP-5368";>LPP-5368</a>] - 
Can't have query string with queryType="POST"
+<p>
+The query string of the "src" attribute of a dataset will now be preserved in 
POST requests.
+All parameter values set via the setQueryParams, setQueryString, and 
setQueryParam methods
+will be stored independently, and sent as the body of a POST request using 
url-form-encoding.
+
+<p>
+For GET requests, the query params will be merged with the src URL query 
string, and if there
+are query args with the same name and different values, it is undefined which 
one will be
+used in the final URL which is transmitted.
+</li>
 <br>
 
 </ul>


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to