Skip to content

Conversation

mintrigue
Copy link

If the body of a post contained a backslash, it would be treated as an escape character when written to res.write('') and corrupts the contents of the body. This patch properly escapes the backslash character.

If the body of a post contained a backslash, it would be treated as an escape character when written to res.write('\') and corrupts the contents of the body.  This patch properly escapes the backslash character.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is an extra period here (data..replace). Please fix and resubmit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants