if request.getCharacterEncoding() is null,  fieldValue = 
item.getString(request.getCharacterEncoding()) cause error.
--------------------------------------------------------------------------------------------------------------------

                 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


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