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

« back to all changes in this revision

Viewing changes to src/share/org/apache/struts/util/ModuleUtils.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/util/ModuleUtils.java,v 1.9 2004/07/22 13:29:44 husted Exp $
3
 
 * $Revision: 1.9 $
4
 
 * $Date: 2004/07/22 13:29:44 $
 
2
 * $Id: ModuleUtils.java 54929 2004-10-16 16:38:42Z germuska $ 
5
3
 *
6
4
 * Copyright 1999-2004 The Apache Software Foundation.
7
5
 * 
33
31
/**
34
32
 * General purpose utility methods related to module processing.
35
33
 * 
36
 
 * @version $Revision: 1.9 $
 
34
 * @version $Rev: 54929 $
37
35
 * @since Struts 1.2
38
36
 */
39
37
public class ModuleUtils {