DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34297>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34297 Summary: extend org.apache.struts.action.ActionForm with a boolean "stringEncodingFromForm" variable informing about the charset of a form field Product: Struts Version: Nightly Build Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: File Upload AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] currently, most browsers do not declare the charset of the field values they submit (see Bug 20813 and https://bugzilla.mozilla.org/show_bug.cgi?id=289060). As per Bug 34291, there may arise the need to fix that in the application. In the event that some browsers do specify the charset and others don't the application needs to know whether it should continue its guess-work or take the received charset encoding for good. Eventually, such a boolean might even be required for each string variable of the form if browsers start to vary the charset on a form-field basis. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
