Body text in articles / content / node pages are truncated by an equals sign precisely at every 75 characters.

This does not happen locally, only on deployed version.

This can be seen at https://boombatower-drupal.appspot.com/

Comments

boombatower’s picture

Looks like it has to do with passing the form through the upload proxy. To confirm, did your form have a file field present?

matttai’s picture

Hi, yes there is a file upload field present.

matttai’s picture

tried without the image field

boombatower’s picture

I filed a bug last week so we'll track this internally and I'll report back any updates. Thanks for reporting and followups.

matttai’s picture

No problems, glad I could help.

boombatower’s picture

Looks like a php upstream issue. We had to fix some other issues with parsing the multi-part data sent from GCS upload proxy and this looks like another. The proxy is using http://en.wikipedia.org/wiki/Quoted-printable encoding which is valid, but PHP is not handling it properly.

Would be possible to special-case and fix in user space, but an upstream bug should be filed as well. We will look into this further.