Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-5469

Make cloudMode true by default for ZK Stateless

XMLWordPrintable

      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>
      


            jumperchen jumperchen
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: