struts2 ignore particular pattern

前端 未结 3 1131

I am using strust2 for my web application development. My struts.xml file will be like:



        
3条回答
  •  爱一瞬间的悲伤
    2021-01-07 05:50

    you can probably add exclude pattern in your struts.xml, something like

    
        
    
    

    read here and find excludePattern for more information.

提交回复
热议问题