Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Set this property to "off" to disable stylesheet caching.

Disabling CSS Caching

Comment the following section in your web.xml file:

Code Block

<filter-mapping>
       <filter-name>pageCachingFilter</filter-name>
       <url-pattern>*.js</url-pattern>
       <url-pattern>*.css</url-pattern>
</filter-mapping>