Can we use regular expressions in web.xml URL patterns?

前端 未结 6 2061
我在风中等你
我在风中等你 2020-11-27 05:02

I am writing a filter to do a specific task but I am unable to set a specific url pattern to my filter. My filter mapping is as follows:



        
6条回答
  •  庸人自扰
    2020-11-27 05:48

    Your url wont work as it is not a valid url pattern. You can refer to the following reply

    URL spec

提交回复
热议问题