sbp commented on issue #789: URL: https://github.com/apache/tooling-trusted-releases/issues/789#issuecomment-4040748271
Maybe, but it's empty from the app perspective: the CSRF ought to be pure middleware injection, it's just that we took that over. We would need empty forms still even if CSRF didn't exist, to make it use POST. Finally, `@form.empty()` is cleaner than `@form.csrf_only()`. But indeed `CSRFOnly` is more explicit, and I don't really mind either way. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
