You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gr...@locus.apache.org on 2000/12/08 23:54:47 UTC

cvs commit: xml-cocoon/src/org/apache/cocoon cocoon.properties

greenrd     00/12/08 14:54:45

  Modified:    .        changes.xml
               src/org/apache/cocoon cocoon.properties
  Log:
  added LinkEncodingProcessor
  
  Revision  Changes    Path
  1.161     +5 -1      xml-cocoon/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/changes.xml,v
  retrieving revision 1.160
  retrieving revision 1.161
  diff -u -r1.160 -r1.161
  --- changes.xml	2000/12/08 12:48:28	1.160
  +++ changes.xml	2000/12/08 22:54:39	1.161
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes   
  -  $Id: changes.xml,v 1.160 2000/12/08 12:48:28 greenrd Exp $ 
  +  $Id: changes.xml,v 1.161 2000/12/08 22:54:39 greenrd Exp $ 
   -->
   
   <changes title="History of Changes">
  @@ -18,6 +18,10 @@
     </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="RDG" type="add">
  +   Added LinkEncodingProcessor, designed to encode all links with session ids if
  +   necessary, using response.encodeUrl().
  +  </action>
     <action dev="RDG" type="fix" due-to="Corey O'Donovan" 
      due-to-email="od@feersumendjinns.com">
      Added removeValue template and remove duplicate putValue template from session taglib,
  
  
  
  1.44      +3 -0      xml-cocoon/src/org/apache/cocoon/cocoon.properties
  
  Index: cocoon.properties
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/cocoon.properties,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- cocoon.properties	2000/11/19 20:38:52	1.43
  +++ cocoon.properties	2000/12/08 22:54:42	1.44
  @@ -108,6 +108,9 @@
   # XInclude Processor
   processor.type.xinclude = org.apache.cocoon.processor.xinclude.XIncludeProcessor
   
  +# Link Encoding Processor which encodes all links using response.encodeUrl()
  +processor.type.linkencode = org.apache.cocoon.processor.LinkEncodingProcessor
  +
   ##########################################
   # XSP Processor                          #
   ##########################################