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

« back to all changes in this revision

Viewing changes to contrib/struts-chain/src/java/org/apache/struts/chain/AbstractExecuteAction.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:
31
31
 * the returned <code>ActionForward</code>.</p>
32
32
 *
33
33
 * @author Craig R. McClanahan
34
 
 * @version $Revision: 1.4 $ $Date: 2004/03/08 02:50:53 $
 
34
 * @version $Rev: 54933 $ $Date: 2004-10-16 18:04:52 +0100 (Sat, 16 Oct 2004) $
35
35
 */
36
36
 
37
37
public abstract class AbstractExecuteAction implements Command {