Why is struts2 FilterDispatcher deprecated?

In the API doc I found this

Since Struts 2.1.3 uses StrutsPrepareAndExecuteFilter or StrutsPrepareFilter and StrutsExecuteFilter if you need to use ActionContextCleanUp filter in addition to that.

Why? As I know StrutsPrepareAndExecuteFilter has some issues in I18n.

0


a source to share


2 answers


www.nabble.com/-s2--New-filter-strategy-RFC-to18045478.html#a18045478



Basically, the old filter setting was confusing and led to problems. The new tweak was also directed towards the OSGi plugin.

+1


a source


  • Make it clear to users how to deploy Struts
  • Make developers transparent, which filters do which processes
  • Better to enable advanced settings and overrides


0


a source







All Articles