Skip to content

Instantly share code, notes, and snippets.

@sampathsl
Created October 15, 2016 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sampathsl/112be6e21f224278dc92f1c48130cf2f to your computer and use it in GitHub Desktop.
Save sampathsl/112be6e21f224278dc92f1c48130cf2f to your computer and use it in GitHub Desktop.
sample Liferay CMS portlet-ext.properties file
#The purpose of theme.css.fast.load property is to tell whether css should be cached or not. If it is cached, it can be loaded faster.
theme.css.fast.load=false
theme.images.fast.load=false
javascript.fast.load=true
javascript.log.enabled=false
layout.template.cache.enabled=false
velocity.engine.resource.manager.cache.enabled=false
com.liferay.portal.servlet.filters.cache.CacheFilter=false
com.liferay.portal.servlet.filters.themepreview.ThemePreviewFilter=true
com.liferay.portal.servlet.filters.sso.cas.CASFilter=false
com.liferay.portal.servlet.filters.sso.ntlm.NtlmFilter=false
com.liferay.portal.servlet.filters.sso.ntlm.NtlmPostFilter=false
blogs.pingback.enabled=false
blogs.trackback.enabled=false
blogs.ping.google.enabled=false
message.boards.pingback.enabled=false
company.security.auth.requires.https=true
session.enable.phishing.protection=true
web.server.protocol=https
web.server.https.port=443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment