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

Make cloudMode true by default

    XMLWordPrintable

Details

    • New Feature
    • Resolution: Unresolved
    • Normal
    • 10.0.0
    • 10.0.0.FL
    • None
    • None

    Description

      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>
      


      Attachments

        Activity

          People

            Unassigned Unassigned
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: