Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.0-RC2
-
Fix Version/s: 1.7.0-RC3
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
For each request the dispatcher tries to set the proper charset into the response by parsing the one in the request. Most often the latter is missing, resulting in a null pointer exception per request. Filling the stack trace and catching the exception does not come for free (on the contrary, it's usually expensive)
Fixed on 1.7.x and trunk