You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2007/12/31 20:17:43 UTC

[jira] Updated: (TAPESTRY-1984) Error occurs with a multipart (file upload) request if the request encoding is null

     [ 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org