Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 Grails 2 Web 应用程序过滤器定义多个不同的 URI?
例如,类似:
def filters = { someFilterMethod(uri: '/auth/**|/*/user/modify') { ... } }
这是一个未解决的问题,计划在 Grails 2.3 中修复(根据 JIRA 条目)。
作为一种解决方法,您可以提取公共代码块以供多种过滤方法使用。