Author: lou
Date: 2008-01-24 07:12:38 -0800 (Thu, 24 Jan 2008)
New Revision: 7882
Modified:
openlaszlo/branches/wafflecone/docs/release-notes.html
Log:
Change 20080124-lou-G by [EMAIL PROTECTED] on 2008-01-24 11:10:21 AST
in /Users/lou/src/svn/openlaszlo/branches/wafflecone
for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone
Summary: Can't have query string with queryType="POST"
New Features:
Bugs Fixed: LPP: 5368
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Details: Update release notes to 4.0.9, delete 4.0.7 bugs, add 4.0.9 fixed bug.
Modified: openlaszlo/branches/wafflecone/docs/release-notes.html
===================================================================
--- openlaszlo/branches/wafflecone/docs/release-notes.html 2008-01-24
14:04:15 UTC (rev 7881)
+++ openlaszlo/branches/wafflecone/docs/release-notes.html 2008-01-24
15:12:38 UTC (rev 7882)
@@ -10,7 +10,6 @@
<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>
@@ -34,21 +33,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>[<a href="http://www.openlaszlo.org/jira/browse/LPP-5368">LPP-5368</a>] -
Can't have query string with queryType="POST"</li>
+</ul>
<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
+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
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 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.
+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.
</p>
-</li>
-<br>
-</ul>
</body>
</html>
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins