You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ha...@apache.org on 2001/08/24 15:00:37 UTC

cvs commit: xml-cocoon2/webapp sitemap.xmap

haul        01/08/24 06:00:37

  Modified:    webapp   Tag: cocoon_20_branch sitemap.xmap
  Log:
  Forgot to change default parameter syntax
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.11.2.30 +2 -2      xml-cocoon2/webapp/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/webapp/sitemap.xmap,v
  retrieving revision 1.11.2.29
  retrieving revision 1.11.2.30
  diff -u -r1.11.2.29 -r1.11.2.30
  --- sitemap.xmap	2001/08/03 11:10:05	1.11.2.29
  +++ sitemap.xmap	2001/08/24 13:00:37	1.11.2.30
  @@ -99,10 +99,10 @@
      <map:matcher name="request" src="org.apache.cocoon.matching.RequestParamMatcher"/>
      <map:matcher name="sessionstate" src="org.apache.cocoon.matching.WildcardSessionStateMatcherFactory"/>
      <map:matcher name="next-page" src="org.apache.cocoon.matching.WildcardParameterValueMatcherFactory">
  -      <map:parameter name="parameter-name" value="next-state"/>
  +      <parameter-name>next-state</parameter-name>
      </map:matcher>
      <map:matcher name="referer-match" src="org.apache.cocoon.matching.WildcardHeaderMatcherFactory">
  -      <map:parameter name="parameter-name" value="referer"/>
  +      <parameter-name>referer</parameter-name>
      </map:matcher>
     </map:matchers>
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org