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=27062>. 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=27062 warn that maxlength validator only active after physical upload Summary: warn that maxlength validator only active after physical upload Product: Struts Version: 1.1 Final Platform: Other URL: http://jakarta.apache.org/struts/userGuide/dev_validator .html#builtin OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Validator Framework AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] at the above URL, I suggest to mention that the validator only becomes effective AFTER the upload has been completed. When testing the bounday, I had no problems uploading 110k of data into a field configured to hold only 100 characters. Not particularly Denial-of-Service Attack resistant. I guess this is a related topic to the file size validator as per Bug 22633 and Bug 18981. As a side note - when loading 110 K into a simple text form field, my two weeks old Mozilla build no longer displays any "ink", but just whitespaces. Upon the error, struts sends the humongeous string value back as <input name="forename" size="75" tabindex="1" value= type="text"> Obviously, the whitespace is a lot longer. When trying to hilight the value=... all of a sudden, the content becomes visible... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]