You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2004/03/18 08:27:12 UTC

cvs commit: cocoon-2.1/src/documentation/xdocs/developing/webapps authentication.xml

cziegeler    2004/03/17 23:27:12

  Modified:    src/documentation/xdocs/developing/webapps
                        authentication.xml
  Log:
  Correct docs
  
  Revision  Changes    Path
  1.8       +1 -1      cocoon-2.1/src/documentation/xdocs/developing/webapps/authentication.xml
  
  Index: authentication.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/developing/webapps/authentication.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- authentication.xml	6 Mar 2004 02:26:11 -0000	1.7
  +++ authentication.xml	18 Mar 2004 07:27:12 -0000	1.8
  @@ -744,7 +744,7 @@
         <map:parameter name="handler" value="myhandler"/>
   
         <map:generate src="getinfofromcontext.xml"/>
  -      <map:transform src="session"/>
  +      <map:transform type="session"/>
         <map:transform src="toHTML"/>
         <map:serialize/>
       </map:act>