Should I return boolean from the "after" grails filter action? I think it is useless, I need confirmation
In my experience, I also do not need. The filter "after" is started after the logic of the controller and before the visualization of the template. The rendering phase will occur no matter what you return from the after filter.
A return boolean false before closing will prevent all future filters and actions from executing.
http://grails.org/doc/2.3.7/guide/single.html#filterTypes
As Tri points out, the return value after closing is not affected.
Source: https://habr.com/ru/post/1436296/More articles:Using + [NSThread sleep:] to solve the deadlock problem - iosC # .NET: How to create a relationship with your own data on one DataTable? - c #FF keeps spinning after document.write () - javascriptHow to create an entity infrastructure project using Npanday - mavenHow to add clicker manipulator to celltablebuilder dungeon - gwt-celltablePHP Translation on Weekdays and Months - dateHow to make Magento save money faster? - performanceEditing EJS templates (express.js, underscore.js, can.js) - underscore.jsServer-side processing or client-side processing? - performanceOrganizing jQuery fragments through js frameworks - javascriptAll Articles