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

tapestry-upload processes requests with multipart content even if Tapestry doesn't recognize the page

    XMLWordPrintableJSON

Details

    Description

      We are running Tapestry in a hybrid environment, where some pages are handled by Tapestry and the rest are handled by a legacy servlet. We are using the new Upload component, and are running into a problem where requests with multipart content are processed by services installed by the Upload component even if the page is not a Tapestry page, which interferes with the processing of multipart content on our pages. What seems to happen is

      1) A request with multipart content is received
      2) Control is passed to the Tapestry Filter
      3) Before determining whether the request is for a tapestry page, the MultipartServletRequestFilter process the request
      4) The Tapestry Filter decides it does not recognize the page, and passes the request on to our servlet
      5) Our servlet tries to process the multipart request, but fails because the request stream has already been read

      Attachments

        Issue Links

          Activity

            People

              hlship Howard Lewis Ship
              dhauge Douglas Hauge
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: