I'm working with an app that was upgraded to 2.5 from 1.1 recently.
I always thought that the native cakephp behavior with text boxes and text areas was to strip html tags from input.
Recently we discovered that this is not happening in this app.
So my question is this. Is my initial assumption incorrect and cake does not handle this by default and we need to be doing this ourselves explicitly. Or is it possible to turn this off and maybe that was what occured here and where would I look to find this out? Did some searching including the cake site but keep getting referred to the Sanitized Utility of cake that was deprecated in 2.3
Any help or direction is greatly appreciated.