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

The request encoding (for component action requests) occurs too late; after query parameters of the request have been accessed, which prevents the proper request encoding from being used

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.0.5
    • 5.0.11
    • tapestry-core
    • None

    Description

      Due to changeset 550147 that fix issue "tapestry-1294",

      request.setCharacterEncoding is not working in case of form submit data event
      because of method request.setEncoding in RequestEncodingInitializerImpl is called after
      request.getParameter(InternalConstants.PAGE_CONTEXT_NAME) in ComponentActionDispatcher.

      Attachments

        Issue Links

          Activity

            People

              hlship Howard Lewis Ship
              pphetra polawat phetra
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: