Spring security tags in sitemesh decorator

前端 未结 1 870
别那么骄傲
别那么骄傲 2020-12-18 03:51

I want to use a few tags of the spring security tag library inside the decorator file of site-mesh. However content inside these tags is never shown. Can anyone tell me why

相关标签:
1条回答
  • 2020-12-18 04:22

    I guess you need to place Sitemesh filter after the Spring Security filter in the filter chain, that is order their <filter-mapping>s in web.xml accordingly.

    0 讨论(0)
提交回复
热议问题