cuba-platform / cuba-cli

CUBA Platform Development Command-Line Interface
https://www.cuba-platform.com/marketplace/cuba-cli/
Apache License 2.0
47 stars 8 forks source link

Remove webResourcesTs from web.xml templates for 7.0+ #152

Closed jreznot closed 5 years ago

jreznot commented 5 years ago

We need to remove context-param block:

    <context-param>
        <description>Web resources version for correct caching in browser</description>
        <param-name>webResourcesTs</param-name>
        <param-value>${webResourcesTs}</param-value>
    </context-param>

Relates to https://github.com/cuba-platform/cuba/issues/425