[cvs] expresso commit by mtraum:
JCorporate Ltd
jcorp at jcorp2.servlets.net
Tue Oct 26 10:24:17 PDT 2004
Log Message:
-----------
Modified Files:
--------------
expresso/expresso-web/expresso/doc:
ChangeLog.xml
Revision Data
-------------
Index: ChangeLog.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc/ChangeLog.xml,v
retrieving revision 1.260
retrieving revision 1.261
diff -Lexpresso-web/expresso/doc/ChangeLog.xml -Lexpresso-web/expresso/doc/ChangeLog.xml -u -r1.260 -r1.261
--- expresso-web/expresso/doc/ChangeLog.xml
+++ expresso-web/expresso/doc/ChangeLog.xml
@@ -5,6 +5,13 @@
<project name="Expresso">
<version name="5.6" releaseDate="Not Yet Released">
<comment>Continued Updates</comment>
+ <new-feature title="RequestRegistryFilter servlet Filter automatically sets data context and security parameters">
+ <explanation>All calls to setDataContext() will no longer be necessary as the filter propagates the parameter down through the
+ layers using ThreadLocal variables and the "Registry" pattern as described by Martin Fowler. Security parameters are also propagated
+ to RowSecuredDBObject, but for the sake of backwards compatibility, they are not propagated to SecuredDBObject. Also, checklogin calls
+ from the controller can be done away with since it is called at the filter.</explanation>
+ <contributor>Michael Rimov</contributor>
+ </new-feature>
<package-changes>
<package-update package-name="Cactus" version-number="1.6.1" />
</package-changes>
More information about the cvs
mailing list