Change SparqlServlet to always return content-type text/plain; charset=utf-8 on error.
Change SparqlServlet to catch and return Spring exceptions pertaining to parameter conversion in a way that will not echo the parameter value, which may contain malicious code.
Address issue #29:
SparqlServlet
to always return content-type text/plain; charset=utf-8 on error.SparqlServlet
to catch and return Spring exceptions pertaining to parameter conversion in a way that will not echo the parameter value, which may contain malicious code.