You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sv...@apache.org on 2005/02/28 21:40:15 UTC

cvs commit: incubator-myfaces/src/share/org/apache/myfaces/renderkit/html HTML.java

svieujot    2005/02/28 12:40:15

  Modified:    doc      release-notes.txt
               src/share/org/apache/myfaces/renderkit/html HTML.java
  Log:
  closed MYFACES-112
  
  Revision  Changes    Path
  1.172     +1 -0      incubator-myfaces/doc/release-notes.txt
  
  Index: release-notes.txt
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/doc/release-notes.txt,v
  retrieving revision 1.171
  retrieving revision 1.172
  diff -u -r1.171 -r1.172
  --- release-notes.txt	22 Feb 2005 16:05:18 -0000	1.171
  +++ release-notes.txt	28 Feb 2005 20:40:15 -0000	1.172
  @@ -29,6 +29,7 @@
   * closed MYFACES-97 in Jira
   * closed MYFACES-98 in Jira
   * closed MYFACES-109 in Jira
  +* closed MYFACES-112 in Jira
   ----------------------------------------------------------------------
   Changes in Release 1.0.8 beta_RC2
   * added a new RenderKit, that renders WML. Thanks to Jiri Zaloudek for his contribution
  
  
  
  1.22      +6 -4      incubator-myfaces/src/share/org/apache/myfaces/renderkit/html/HTML.java
  
  Index: HTML.java
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/src/share/org/apache/myfaces/renderkit/html/HTML.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- HTML.java	16 Feb 2005 00:50:37 -0000	1.21
  +++ HTML.java	28 Feb 2005 20:40:15 -0000	1.22
  @@ -24,6 +24,9 @@
    * @author Anton Koinov
    * @version $Revision$ $Date$
    * $Log$
  + * Revision 1.22  2005/02/28 20:40:15  svieujot
  + * closed MYFACES-112
  + *
    * Revision 1.21  2005/02/16 00:50:37  oros
    * SF issue #1043331: replaced all   by the corresponding numeric entity   so safari users will be happy, too, with MyFaces output
    *
  @@ -401,8 +404,7 @@
       // <input type=file>
       public static final String[] INPUT_FILE_UPLOAD_ATTRIBUTES =
       {
  -        ACCEPT_ATTR,
  -        MAXLENGTH_ATTR
  +        ACCEPT_ATTR
       };
       public static final String[] INPUT_FILE_PASSTHROUGH_ATTRIBUTES_WITHOUT_DISABLED =
           (String[]) ArrayUtils.concat(