[
https://issues.apache.org/jira/browse/WW-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17169306#comment-17169306
]
James Chaplin commented on WW-414:
----------------------------------
Hello [~judypaul].
Since this is an old closed Struts issue, it may be that what you are
encountering is something different. Without more detail, it will be difficult
to provide any suggestions, either.
Please try posting your question to the Struts-User mailing list instead (see
[https://struts.apache.org/mail.html]). You will probably need to provide some
more information, such as the specific error(s) you are seeing in your logs
(and probably a portion of the Struts configuration being used as well).
Regards,
James.
> multipart encoding bug...?
> --------------------------
>
> Key: WW-414
> URL: https://issues.apache.org/jira/browse/WW-414
> Project: Struts 2
> Issue Type: Bug
> Components: Dispatch Filter
> Affects Versions: WW 2.0-beta2
> Reporter: Jonas Eriksson
> Priority: Major
> Fix For: WW 2.0
>
>
> Multipart encoding is hardcoded to utf-8 in PellMultiPartRequest. Can't be
> correct... but maybe it can be written over somewhere else?
> The following block is commented out in source. (setEncoding())
> ---
> /*
> String encoding = null;
> try {
> //encoding = Configuration.getString("webwork.i18n.encoding");
> if (encoding != null) {
> //NB: This should never be called at the same time as the
> constructor for
> //ServletMultiPartRequest, as it can cause problems.
> //See javadoc for MultipartRequest.setEncoding()
>
> http.utils.multipartrequest.MultipartRequest.setEncoding(encoding);
> }
>
> ---
> From email:
> Please submit a bug report and we'll get on it... You're probably the
> first one to stumble on it
> BTW, this stuff is exactly the same as in WW1.3 and 1.4, so we'll need
> to fix this there, too...
> Jason
--
This message was sent by Atlassian Jira
(v8.3.4#803005)