The place I work has a Sencha 4.1.3 frontend, with Java + Spring 3.x backend.
Sencha sends a RESTful call to get the data. The server returns some JSON. Pretty basic stuff.
I would like to escape/remove any <script></script>
tags from the response. Is there any annotation or anything I can use to quickly do this?