What techniques are people using to sanitize their input in Play apps. I'm specifically interested in input coming in via JSON requests.
- Are you scrubbing the raw content before you pass it to your json parser?- Are you transforming to java objects and then sanitizing the individual properties?- Do you have some special jackson serializers that do the work behind the scenes?Sincerely,Daniel
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.