Change 20080414-hqm-r by [EMAIL PROTECTED] on 2008-04-14 22:15:30 EDT
in /Users/hqm/openlaszlo/trunk4
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: fix for cache-breaking query arg
New Features:
Bugs Fixed: LPP-5776
Technical Reviewer: max
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
The "clientcacheable" attribute of dataset is now set to true by
default. This is a change from previous releases where it was false by
default. This prevents the __lzbc__ arg from being added automatically.
The presence of the __lzbc__ arg, intended to force the browser to
load a new dataset at each request, rather than using locally cached
data,
was causing trouble with web services that rejected the unknown
argument.
Setting 'clientcacheable' to false on a dataset will cause the
__lzbc__ query
arg with a unique value for each request to be added automatically.
Details:
Set dataset.clientcacheable true by default. This prevents the
cache-breaker arg from being submitted in the URL, which was causing
confusion to the Amazon web service running the Amazon demo.
Tests:
test/lfc/data/alldata.lzx (dhtml and swf8)
amazon (SOLO swf8)
lzpix (swf and DHTML, proxied)
ant lztest
ant runlzunit
Files:
M WEB-INF/lps/lfc/data/LzHTTPDataProvider.lzs
M WEB-INF/lps/lfc/data/LzDataset.lzs
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20080414-hqm-r.tar