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

« back to all changes in this revision

Viewing changes to contrib/struts-el/src/share/org/apache/strutsel/taglib/html/ELTextTagBeanInfo.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/contrib/struts-el/src/share/org/apache/strutsel/taglib/html/ELTextTagBeanInfo.java,v 1.4 2004/03/14 07:15:01 sraeburn Exp $
3
 
 * $Revision: 1.4 $
4
 
 * $Date: 2004/03/14 07:15:01 $
 
2
 * $Id: ELTextTagBeanInfo.java 123585 2004-12-29 00:43:33Z martinc $ 
5
3
 *
6
4
 * Copyright 1999-2004 The Apache Software Foundation.
7
5
 * 
57
55
                                                null, "setAltKeyExpr"));
58
56
        } catch (IntrospectionException ex) {}
59
57
        try {
 
58
            proplist.add(new PropertyDescriptor("bundle", ELTextTag.class,
 
59
                                                null, "setBundleExpr"));
 
60
        } catch (IntrospectionException ex) {}
 
61
        try {
60
62
            proplist.add(new PropertyDescriptor("disabled", ELTextTag.class,
61
63
                                                null, "setDisabledExpr"));
62
64
        } catch (IntrospectionException ex) {}
63
65
        try {
 
66
            proplist.add(new PropertyDescriptor("errorKey", ELTextTag.class,
 
67
                                                null, "setErrorKeyExpr"));
 
68
        } catch (IntrospectionException ex) {}
 
69
        try {
 
70
            proplist.add(new PropertyDescriptor("errorStyle", ELTextTag.class,
 
71
                                                null, "setErrorStyleExpr"));
 
72
        } catch (IntrospectionException ex) {}
 
73
        try {
 
74
            proplist.add(new PropertyDescriptor("errorStyleClass", ELTextTag.class,
 
75
                                                null, "setErrorStyleClassExpr"));
 
76
        } catch (IntrospectionException ex) {}
 
77
        try {
 
78
            proplist.add(new PropertyDescriptor("errorStyleId", ELTextTag.class,
 
79
                                                null, "setErrorStyleIdExpr"));
 
80
        } catch (IntrospectionException ex) {}
 
81
        try {
64
82
            proplist.add(new PropertyDescriptor("indexed", ELTextTag.class,
65
83
                                                null, "setIndexedExpr"));
66
84
        } catch (IntrospectionException ex) {}