-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Blocker
-
Resolution: Done
-
Affects Version/s: 4.1.0.Milestone3
-
Fix Version/s: 4.1.0.Milestone3, 4.1.0.Milestone4
-
Component/s: core
-
Labels:None
Logic introduced in M3 does not allow to turn off static resource serving.
To complete the picture, we need to add context-param for enabling static resource serving:
<context-param> <param-name>org.richfaces.staticResourceServing</param-name> <param-value>true</param-value> </context-param>