~ubuntu-branches/ubuntu/lucid/libstruts1.2-java/lucid

« back to all changes in this revision

Viewing changes to contrib/struts-chain/web/example/WEB-INF/struts-config.xml

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2006-04-24 12:14:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060424121423-naev53qigqgks0sa
Tags: 1.2.9-1
New upstream  release Fixes  three security  problems: CVE-2006-1546,
CVE-2006-1547,  CVE-2006-1548  (closes:  #360551),  thanks  to  Moritz
Muehlenhoff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
          "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
5
5
<!--
6
6
 $Header: /home/cvs/jakarta-struts/contrib/struts-chain/web/example/WEB-INF/struts-config.xml,v 1.3 2004/07/17 01:47:52 craigmcc Exp $
7
 
 $Revision: 1.3 $
8
 
 $Date: 2004/07/17 01:47:52 $
 
7
 $Rev: 54984 $
 
8
 $Date: 2004-10-18 03:29:32 +0100 (Mon, 18 Oct 2004) $
9
9
 
10
10
 Copyright 2000-2004 Apache Software Foundation
11
11
 
136
136
 
137
137
  <!-- ========== Controller Configuration ================================ -->
138
138
 
139
 
  <controller pagePattern="$M$P" inputForward="true" />
 
139
  <controller pagePattern="$M$P" inputForward="true"
 
140
           processorClass="org.apache.struts.chain.legacy.ComposableRequestProcessor" />
140
141
    <!-- pagePattern: use this pattern when creating URIs to resources.
141
142
        $M=module, $P=path -->
142
143
    <!-- inputForward: The "input" parameter on "action" elements is the name of a