Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
7.0.0
-
None
Description
Hello, I am trying to make Sitemesh 3.2.1 works with my project updated to Struts 7.0.0-M9 without success.
Indeed, after StrutsFilter applies, the Servlet path contains the final jsp path as usual. However, because the RequestPath is ridden by Sitemesh from the FORWARD_SERVLET_PATH attribute (WabAppContext.java line 95), SiteMeshFilter uses the original path attribute (my struts action name) instead of the resulting jsp path. So the configured decorator for my jsp can not be resolved anymore (It uses to work with Sitemesh 3.0 and Struts 6.3)
Is it a known issue or a wrong configuration on my side?
I am using org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter as Struts filter and org.sitemesh.config.ConfigurableSiteMeshFilter as SiteMesh filter
Thanks for your help
Attachments
Issue Links
- is blocked by
-
WW-4356 Implement new Sitemesh plugin based on Sitemesh3
- In Progress
- links to