Changes are not saved after updating a form recordIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size: 14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms Changes are not saved after updating a record, such as case or problem. No visible errors, security constraints, or messages appear.When saving a record, the user is redirected to a new record form. Cause Form data in the HTTP request has exceeded the maxPostSize [Tomcat documentation] limit of 2MB (default) for Apache Tomcat. Resolution Note: The following steps only apply to single entries into fields. They do not apply, for example, to a case where there are several small work notes or comment entries. The HTTP request form data does not include all the journal fields every time. It only includes recent work notes and comments. To save the information to a text file and remove most of the data in the field: Check the system logs for an entry similar to:2013-04-29 15:04:20 (023) http-15 C4E47CA918490DC0D04A1582CF1D0FE5 Parameters ------------------------- 2013-04-29 15:04:20 (024) http-15 C4E47CA918490DC0D04A1582CF1D0FE5 *** Start #3,770,834, path: /incident.do, user: <your_user_name> 2013-04-29 15:04:20 (026) http-15 C4E47CA918490DC0D04A1582CF1D0FE5 WARNING *** WARNING *** WithTag2 called with no query, returning a new record insteadAvoid copying and pasting the headers for the request into a text file because the file will then exceed 2MB.Save the text file and attach it to the affected record.Find the fields that contain large amounts of text and truncate them to a reasonable size to (significantly smaller than 2MB).