https://bz.apache.org/bugzilla/show_bug.cgi?id=57854

            Bug ID: 57854
           Summary: Allow customisation of
                    org.apache.coyote.Constants.DEFAULT_CHARACTER_ENCODING
           Product: Tomcat 8
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: pe...@peterphi.com

When processing UTF-8 data from browsers it is still necessary to use a filter
to call request.setCharacterEncoding("UTF-8") when the browser does not specify
the charset in the request content type.

It should be possible to set the default character encoding in a similar way to
the URIEncoding="UTF-8" attribute being available on Connector (especially
since URIEncoding now defaults to UTF-8 as of Tomcat 8, but query string / form
params are still parsed as ISO-8859-1).

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to