This should work for all four cases in SWF; proxied: POST/GET and solo: POST/GET, but I need to make a change to make this really work properly for<br>proxied DHTML requests.<br><br>In DHTML, between the browser and the LPS server,&nbsp; this will be sending all the proxy args up to the server in the url query string instead of in the post body, which will hence&nbsp; theoretically have of a limit of 4k chars or whatever it is. I&#39;ll send an updated changeset tomorrow for that. <br>
<br><br><br><br><br><div class="gmail_quote">On Jan 22, 2008 11:29 PM, Henry Minsky &lt;<a href="mailto:henry.minsky@gmail.com">henry.minsky@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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" target="_blank">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" target="_blank">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" target="_blank">http://svn.openlaszlo.org/openlaszlo/patches/20080122-hqm-a.tar</a><br>
<font color="#888888">
<br><br>-- <br>Henry Minsky<br>Software Architect<br><a href="mailto:hminsky@laszlosystems.com" target="_blank">hminsky@laszlosystems.com</a><br><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Henry Minsky<br>Software Architect<br><a href="mailto:hminsky@laszlosystems.com">hminsky@laszlosystems.com</a><br><br>