filter execution order

  Conclusions found online:

   According to the servlet2.3 specification, filter execution is performed in the order of filter-mapping configured in web.xml

 

  Therefore, the above configuration will cause the url request of *.do to be encountered, and the filter processing of SecurityFilter will be performed first. At this time, no encoding processing is performed, and it is already garbled. When the following filter processing is performed, it is already garbled, and it is useless to do encoding processing. .

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326803145&siteId=291194637