You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/03/08 01:43:30 UTC

DO NOT REPLY [Bug 17801] New: - 'password' type skipped for minlength and maxlength

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17801>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17801

'password' type skipped for minlength and maxlength

           Summary: 'password' type skipped for minlength and maxlength
           Product: Struts
           Version: Nightly Build
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Validator Framework
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: dan@mojavelinux.com


The type check for 'password' is missing in the minlength and maxlength
javascript check.  This is inconsistent because when the data is posted, the
type of field is  dropped and the server side check reports the results for
minlength/maxlength on the field.  In short, javascript and server side are out
of sync on this check.

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org