We have a new Drupal 8 site that we cannot update some content on. Saving the content fails if the main body field contains 1 or more apostrophes or semicolons. If I remove those characters, the content saves fine.
This behavior is only happening on the production server. The development server does not have the problem (although the two environments are different).
The production server has the following:
- RHEL 6
- Apache 2.2.15
- PHP 5.6.30
- Drupal 8.2.6
When the content fails to save, I see a HTTP status code of 302 returned in the browser console and then get redirected to the home page of the site.
When the content saves, I see a status code of 303 returned and then get redirected to either the content overview page or the published page depending on how I got to the node edit form.
I'm not seeing any PHP error messages in the logs related to this. Since it only happens on the production server, I'm suspicious that it is a server config issue.
Has anyone seen this kind of behavior before or can offer any advice on how to proceed?