org.zkoss.zk.ui.versionInfo.enabled"
From Documentation
Line 8: | Line 8: | ||
[Since 6.5.5] | [Since 6.5.5] | ||
− | It specifies whether to show ZK version | + | It specifies whether to show ZK version on each page. |
− | By default, each page will display the comment | + | 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 Cached File = | ||
{{versionSince| 8.5.0}} | {{versionSince| 8.5.0}} | ||
− | The value other than | + | 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}} |
Revision as of 03:06, 1 December 2021
Property:
org.zkoss.zk.ui.versionInfo.enabled
Applicable: globally in zk.xml via <library-property> not as <custom-attribute>
Default: true [Since 6.5.5]
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 Cached File
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.