[cvs] expresso commit by lhamel: describe RequestRegistry
initialization
JCorporate Ltd
jcorp at jcorp2.servlets.net
Wed Nov 24 22:32:21 PST 2004
Log Message:
-----------
describe RequestRegistry initialization
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.7
retrieving revision 1.8
diff -Lexpresso-web/expresso/doc/release.xml -Lexpresso-web/expresso/doc/release.xml -u -r1.7 -r1.8
--- expresso-web/expresso/doc/release.xml
+++ expresso-web/expresso/doc/release.xml
@@ -27,12 +27,14 @@
<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 stores security parameters</title>
+ <title>RequestRegistry automatically stores data context and security parameters, and sets data context in
+ DBObjects</title>
<para>Calling setDataContext() after every DBObject instantiation
- 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>
+ 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. The user ID in SecuredDBObject will 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.
+ </para>
</sect2>
<sect2>
<title>Stored Procedure Support</title>
@@ -60,7 +62,8 @@
</sect2>
<sect2>
<title>New JDK and Servlet Requirements</title>
- <para>JDK 1.4 or greater is now required at runtime and execution. Also, a servlet container capable of at least the Servlet 2.3 Specification is required.</para>
+ <para>JDK 1.4 or greater is now required at runtime and execution.
+ Also, a servlet container capable of at least the Servlet 2.3 Specification is required.</para>
</sect2>
<sect2>
<title>Other items</title>
More information about the cvs
mailing list