[cvs] expresso commit by mtraum: fixed UID info for request registry

JCorporate Ltd jcorp at jcorp2.servlets.net
Wed Nov 17 11:28:43 PST 2004


Log Message:
-----------
fixed UID info for request registry

Modified Files:
--------------
    expresso/expresso-web/expresso/doc:
        release.xml

Revision Data
-------------
Index: release.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc/release.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -Lexpresso-web/expresso/doc/release.xml -Lexpresso-web/expresso/doc/release.xml -u -r1.6 -r1.7
--- expresso-web/expresso/doc/release.xml
+++ expresso-web/expresso/doc/release.xml
@@ -27,10 +27,11 @@
       <para>Before upgrading to Expresso 5.6, be sure to fix all references to deprecated modthods and classes.</para>
 	</sect2>
     <sect2>
-      <title>RequestRegistryFilter servlet Filter automatically sets data context and security parameters</title>
+      <title>RequestRegistryFilter servlet Filter automatically sets data context and stores security parameters</title>
       <para>Calling setDataContext() after every DBObject instantiation
-    will no longer be necessary as the servlet filter sets this info, as well
-    as the user ID (UID) for the requesting user.
+    will no longer be necessary as the servlet filter sets this info. The user ID (UID) for the requesting user is also
+    stored in the request registry. It is expected that the user ID be set automatically in a future release. This is not
+    currently done, however, because it will change the current functionality of giving super user privileges by default.
     If upgrading, be sure to copy the filter definition from the Expresso web.xml into your web.xml.</para>
 	</sect2>
     <sect2>


More information about the cvs mailing list