-
New Feature
-
Resolution: Done
-
Normal
-
10.0.0.FL
-
None
-
None
User Story
As an app developer, I want to DispatcherRichletFilter without explicitly configuring cloudMode every time, since it's specifically designed for cloud computing. This can reduce configuration and document effort.
Acceptance Criteria
describe the final result from the owner's point of view to be counted as completed
Details
<filter> <filter-name>DispatcherRichletFilter</filter-name> <filter-class>org.zkoss.stateless.ui.http.DispatcherRichletFilter</filter-class> ... <!-- make this true by default without explicit configuration <init-param> <param-name>cloudMode</param-name> <param-value>true</param-value> </init-param> --> </filter>