Author: lou Date: 2008-01-29 10:23:21 -0800 (Tue, 29 Jan 2008) New Revision: 7914
Modified: openlaszlo/branches/wafflecone/docs/release-notes.html Log: revert to r7876, file was updated inadvertantly Modified: openlaszlo/branches/wafflecone/docs/release-notes.html =================================================================== --- openlaszlo/branches/wafflecone/docs/release-notes.html 2008-01-29 16:44:10 UTC (rev 7913) +++ openlaszlo/branches/wafflecone/docs/release-notes.html 2008-01-29 18:23:21 UTC (rev 7914) @@ -10,6 +10,7 @@ <link rel="stylesheet" href="../lps/includes/explore.css" type="text/css" /> <link rel="SHORTCUT ICON" href="http://www.laszlosystems.com/images/laszlo.ico" /> </head> + <body class="release-notes"> <h1>Release Notes for OpenLaszlo 4.0.9</h1> @@ -33,17 +34,21 @@ <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> -</ul> +<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 <code>src</code> attribute of a dataset will now be preserved in POST requests.</p> -<p>All parameter values set via the <code>setQueryParams()</code>, <code>setQueryString()</code>, and <code>setQueryParam()</code> methods +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> <p> -For GET requests, the query params will be merged with the <code>src</code> 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. +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. </p> +</li> +<br> +</ul> </body> </html> _______________________________________________ Laszlo-checkins mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins
