Change 20080122-hqm-a by hqm@DADDY_THNKPAD67 on 2008-01-22 23:21:29 EST<br>&nbsp;&nbsp;&nbsp; in /cygdrive/c/users/hqm/openlaszlo/wafflecone<br>&nbsp;&nbsp;&nbsp; for <a href="http://svn.openlaszlo.org/openlaszlo/branches/wafflecone">http://svn.openlaszlo.org/openlaszlo/branches/wafflecone</a><br>
<br>Summary:&nbsp; preserve url query string with post data requests<br><br>New Features:<br><br>Bugs Fixed: LPP-5368<br><br>Technical Reviewer: pkang<br>QA Reviewer: ptw<br>Doc Reviewer:<br><br>Documentation:<br><br>The URL which is specified as the &#39;src&#39; attribute of a dataset, such as<br>
<br>&lt;dataset&nbsp; src=&quot;<a href="http://foo.bar.com/baz.php?myarg=1">http://foo.bar.com/baz.php?myarg=1</a>&quot; /&gt;<br><br>will be preserved in POST operations, both SOLO and proxied.<br><br>All data which is set via the<br>
<br>setQueryString<br>setQueryParam<br>setQueryParams<br><br>will be stored in a distinct table, and will only be merged with the src url<br>in the case of a GET request.<br><br>For POST requests, the src full URL with its original query string will be sent,<br>
and all other param data will be sent www-form-encoded in the POST body.<br><br><br>Note: raw post data via the &quot;lzpostbody&quot; arg turns out not to work in SOLO mode,<br>and has never actually fully worked.<br><br>
<br>Release Notes:<br><br>Details:<br><br><br>Tests:<br><br>test/lfc/data/alldata.lzx<br><br>amazon<br>calendar proxied/solo<br><br><br>Files:<br>M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; test/lfc/data/testsetheaders.lzx<br>M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; test/lfc/data/testsetheaders-solo.lzx<br>
M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; test/lfc/data/alldata.lzx<br>M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WEB-INF/lps/lfc/kernel/swf/LzLoadQueue.as<br>M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WEB-INF/lps/lfc/kernel/swf/LzHTTPLoader.as<br>M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WEB-INF/lps/lfc/data/LzHTTPDataProvider.lzs<br>M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WEB-INF/lps/lfc/data/LzDataset.lzs<br>
M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WEB-INF/lps/lfc/data/LzParam.lzs<br>M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WEB-INF/lps/server/src/org/openlaszlo/data/HTTPDataSource.java<br><br><br><br><br><br clear="all">Changeset: <a href="http://svn.openlaszlo.org/openlaszlo/patches/20080122-hqm-a.tar">http://svn.openlaszlo.org/openlaszlo/patches/20080122-hqm-a.tar</a><br>
<br><br>-- <br>Henry Minsky<br>Software Architect<br><a href="mailto:hminsky@laszlosystems.com">hminsky@laszlosystems.com</a><br><br>