Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.3.3, 2.3.4
-
Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
Description
Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
I found struts2 application is getting slow when we use
<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.