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=18528>. 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=18528 form-validator incorrectly counts string lenght when multibyte characters Summary: form-validator incorrectly counts string lenght when multibyte characters Product: Cocoon 2 Version: 2.0.4 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: sitemap components AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When a descriptor.xml has a parameter: <parameter name="name" type="string" min-len="3"/> and the form is UTF-8 encoded, two multibyte letters (*) in name feels are valid. * or even one multibyte and one singlebyte.