org.zkoss.zk.ui.versionInfo.enabled"
From Documentation
Robertwenzel (talk | contribs) m |
m (8.5.0 as salt) |
||
Line 10: | Line 10: | ||
It specifies whether to show ZK version in each page. | 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 | + | By default, each page will display the comment contains 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 to false. |
+ | |||
+ | [Since 8.5.0] | ||
+ | |||
+ | The value other than "true" is considered as 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. | ||
{{ZKConfigurationReferencePageFooter}} | {{ZKConfigurationReferencePageFooter}} |
Revision as of 10:14, 8 May 2019
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 in each page.
By default, each page will display the comment contains 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 to false.
[Since 8.5.0]
The value other than "true" is considered as 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.