Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0.5
-
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
- is related to
-
TAPESTRY-1294 Tapestry does not set an output encoding which prevents Unicode content from being output correctly
- Closed