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

« back to all changes in this revision

Viewing changes to src/share/org/apache/struts/actions/ForwardAction.java

  • 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:
1
1
/*
2
 
 * $Header: /home/cvs/jakarta-struts/src/share/org/apache/struts/actions/ForwardAction.java,v 1.11 2004/03/14 06:23:45 sraeburn Exp $
3
 
 * $Revision: 1.11 $
4
 
 * $Date: 2004/03/14 06:23:45 $
 
2
 * $Id: ForwardAction.java 54929 2004-10-16 16:38:42Z germuska $ 
5
3
 *
6
4
 * Copyright 2001-2004 The Apache Software Foundation.
7
5
 * 
53
51
 * <p>which will forward control to the context-relative URI specified by the
54
52
 * <code>parameter</code> attribute.</p>
55
53
 *
56
 
 * @version $Revision: 1.11 $ $Date: 2004/03/14 06:23:45 $
 
54
 * @version $Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $
57
55
 */
58
56
public class ForwardAction extends Action {
59
57