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/
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
Comment #1
boombatower commentedLooks like it has to do with passing the form through the upload proxy. To confirm, did your form have a file field present?
Comment #2
matttai commentedHi, yes there is a file upload field present.
Comment #3
matttai commentedtried without the image field
Comment #4
boombatower commentedI filed a bug last week so we'll track this internally and I'll report back any updates. Thanks for reporting and followups.
Comment #5
matttai commentedNo problems, glad I could help.
Comment #6
boombatower commentedLooks 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.