FriendsOfCake / cakephp-upload

CakePHP: Handle file uploading sans ridiculous automagic
https://cakephp-upload.readthedocs.io/
MIT License
551 stars 255 forks source link

Introduction of protected field names #480

Closed jorisvaesen closed 6 years ago

jorisvaesen commented 6 years ago

This protects the system from taking a behavior setting as a file upload field. I came across this issue when using the priority flag as documented on https://api.cakephp.org/3.3/class-Cake.ORM.Behavior.html

josegonzalez commented 6 years ago

Needs documentation :)