You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a Form uses the the SecureForm (that inherits from the CSRF form) even when specifying a handler to deal with errors an abort(403) is raised if validation fails.
Shouldn't specifying a handler in the decorator prevent this behavior?
The text was updated successfully, but these errors were encountered:
If a Form uses the the SecureForm (that inherits from the CSRF form) even when specifying a handler to deal with errors an
abort(403)
is raised if validation fails.Shouldn't specifying a handler in the decorator prevent this behavior?
The text was updated successfully, but these errors were encountered: