[Laszlo-dev] For Review: Change 20080924-bargull-6ue Summary: proxied flag on LzDataset
André Bargull
andre.bargull at udo.edu
Wed Sep 24 09:19:56 PDT 2008
Change 20080924-bargull-6ue by bargull at dell--p4--2-53 on 2008-09-24 17:35:56
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: proxied flag on LzDataset
New Features:
Bugs Fixed: LPP-7049
Technical Reviewer: hminsky
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
LzDataset#proxied is defined as 'inheritableBoolean' so valid values are
"true", "false" or "inherit", where "true"/"false" are changed to the
boolean counterparts and "inherit" is changed to null.
So update the proxied-setter to use the same matching, but accept
"true"/true and "false"/false and "inherit"/null,
deprecate "setProxyRequests" in favour of the new setter.
Update "isProxied", now that we make sure "proxied" is only one of
true/false/null.
Tests:
at bugreport
Files:
M WEB-INF/lps/lfc/data/LzDataset.lzs
Changeset:
http://svn.openlaszlo.org/openlaszlo/patches/20080924-bargull-6ue.tar
More information about the Laszlo-dev
mailing list