[ 
https://issues.apache.org/jira/browse/TAPESTRY-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Howard M. Lewis Ship updated TAPESTRY-1984:
-------------------------------------------

    Summary: Error occurs with a multipart (file upload) request if the request 
encoding is null  (was: if request.getCharacterEncoding() is null,  fieldValue 
= item.getString(request.getCharacterEncoding()) cause error.)

> Error occurs with a multipart (file upload) request if the request encoding 
> is null
> -----------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1984
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1984
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-upload
>    Affects Versions: 5.0.7
>            Reporter: Toshio Nishimura
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.8
>
>
> In MultipartDecorderImpl::HttpServletRequest 
> processFileItems(HttpServletRequest request, List<FileItem> fileItems),
> it calls fieldValue = item.getString(request.getCharacterEncoding()), but 
> if request.getCharacterEncoding() is null,  it should be "fieldValue = 
> item.getString();

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to