Python web framework with full-stack layer implemented on top of a microframework core with support for SQL DBMS, MongoDB and Pluggable Applications
806
stars
78
forks
source link
Message in ErrorController should not include html tags #106
Closed
amol- closed 5 years ago
When the error controller responds in JSON, the
message
includes a<p>
tag. That shouldn't be the case:it only should be there in the HTML response.