So, you have a Form that you built in your CakePHP view and messing around with it using some javascript, and all of a sudden….pooof….the form won’t post anymore as the Security Component blackholes it. What did you do? How/what happened? Where do you start? Do you just disable the security plugin? Do you have other options? Well you are in luck, as I just finished a rather lengthy debugging process of just this, and have written below how things work in a fair amount of detail. Hopefully this will save others some pain.
Continue reading Understanding and escaping the dreaded Security Component Blackhole
