Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-1984

Error occurs with a multipart (file upload) request if the request encoding is null

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.0.7
    • 5.0.8
    • tapestry-upload
    • None

    Description

      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();

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            nishimu Toshio Nishimura
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: