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.
@RequestFilters 注释似乎删除了在球衣配置中使用 RequestFilterFactory 添加的任何过滤器。是否有可能以任何其他方式获取注释?
找到了解决这个问题的方法。我用@AnnotationAwareResourceFilters 替换了@ResourceFilters,然后建立了一个工厂来创建不同的过滤器。我还在过滤器列表的开头添加了一个新的内部过滤器。此过滤器包含对 AbstractMethod 的引用,允许并将其放入请求属性中,允许任何过滤器稍后检索注释。