Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML encode the docstrings in the Django jsonrpc_map #62

Closed
wants to merge 384 commits into from
Closed

HTML encode the docstrings in the Django jsonrpc_map #62

wants to merge 384 commits into from

Conversation

MattFisher
Copy link
Contributor

Using the Django utils to HTML encode the response from JSONRPCAPI .jsonrpc_map, to avoid problems if method docstrings include HTML entities like ampersands, quotes and angle brackets.

pavlov99 and others added 25 commits January 31, 2016 12:59
- Django and Flask are not firm requirements set out in the setup.py so makes
  sense to not mark the tests as failed if they aren't installed.
Skip django/flask tests if not installed
…ion-from-errors

Add traceback data to error response when exceptions are raised
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 4b188c8 on Edrolo:html-encode-docstrings-for-map into ** on pavlov99:develop**.

@pavlov99
Copy link
Owner

Hi, @MattFisher

Thanks for the update. The code does not pass Travis CI because of Python 2.6. Let me remove its support first.

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.

None yet