org.zkoss.zk.ui.versionInfo.enabled"

From Documentation
m
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
'''Property:'''
 
'''Property:'''
 
  org.zkoss.zk.ui.versionInfo.enabled
 
  org.zkoss.zk.ui.versionInfo.enabled
 +
{{versionSince| 6.5.5}}
  
 
{{GlobalLibraryProperty}}
 
{{GlobalLibraryProperty}}
  
 
  Default: <i>true</i>
 
  Default: <i>true</i>
[Since 6.5.5]
 
  
It specifies whether to show ZK version in each page.
 
  
By default, each page will display the comment contains ZK version which the current web application are using. If user want to hide the info in security consideration, he can specify this library property to false.
+
It specifies whether to show ZK version on each page.
 +
 
 +
By default, each page will display the comment containing ZK version which the current web application is using. If a user wants to hide the info in security consideration, he can specify this library property as <code>false</code>.
 +
 
 +
= Break Browser Cache =
 +
{{versionSince| 8.5.0}}
 +
 
 +
The value other than <code>true</code> is considered <code>false</code>. And this value will be taken as salt to obfuscate the version info which is needed in resource caching. For instance, "zk_is_good" can be used to hide the version info and obfuscate it when needed.
  
 
{{ZKConfigurationReferencePageFooter}}
 
{{ZKConfigurationReferencePageFooter}}

Latest revision as of 10:38, 4 May 2022


org.zkoss.zk.ui.versionInfo.enabled


Property:

org.zkoss.zk.ui.versionInfo.enabled

Since 6.5.5

Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png not as <custom-attribute>
Default: true


It specifies whether to show ZK version on each page.

By default, each page will display the comment containing ZK version which the current web application is using. If a user wants to hide the info in security consideration, he can specify this library property as false.

Break Browser Cache

Since 8.5.0

The value other than true is considered false. And this value will be taken as salt to obfuscate the version info which is needed in resource caching. For instance, "zk_is_good" can be used to hide the version info and obfuscate it when needed.



Last Update : 2022/05/04

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.