[
https://issues.apache.org/jira/browse/WW-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17169183#comment-17169183
]
Judy Paul commented on WW-414:
------------------------------
I am currently having this issue when uploading new items to my page. How can I
resolve this?
> 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)