-
New Feature
-
Resolution: Done
-
Normal
-
8.0.5
-
None
-
Security Level: Jimmy
-
None
Using org.zkoss.zk.ui.versionInfo.enabled = false will disable the html comment showing the version information in page.
However, version is still available at client side using zk.version or looking into zk.wpd for zkver([version],...)
When using this library property, all version information should be hidden or replaced by meaningless data to maintain cache control.
Possible implementation: If org.zkoss.zk.ui.versionInfo.enabled contains a non-boolean value, this value should be used instead of the version information for version and cache control.