html-formhandler
html-formhandler copied to clipboard
validate exceptions should be catched
If a validate method throws an exception the validate_form is interrupted and clear_posted never gets called leading to a non-functioning form if cached. See https://github.com/bobtfish/catalystx-simplelogin/commit/a16af715f149ca72f5ca9a81276a373b10652e93 for an example.