掲示板

Liferay 6.x Portlet /Disabling web browser cache:SOLUTION

11年前 に Joe Kosik によって更新されました。

Liferay 6.x Portlet /Disabling web browser cache:SOLUTION

New Member 投稿: 1 参加年月日: 12/09/22 最新の投稿

(note: I am sure the Liferay admins would find this one as no surprise)

For those JSF / Primefaces portlet developers (fellow J2EE programmers) out there...

Liferay 6.x Portlet Development / Disabling web browser cache: SOLUTION / WORKAROUND

To disable the web browser caching of your primefaces / JSF portlets in Liferay...
... the answers turns out to be one of configuration. However, this turns-off web browser caching for ALL portlets in a given Liferay 6.X portal.

1. Open up a file editor
2. Paste in the following content:
__________________________________________________________________________________

##
## Browser Cache
##

    #
    # Set this to true if you want the portal to force the browser cache to be
    # disabled. It will only disable the cache for the rendered HTML response
    # It will not have an impact on static content or other resources.
    #
    browser.cache.disabled=true

    #
    # Set this true if you want to disable the cache for authenticated users.
    # This property is not read when the property
    # "browser.cache.signed.in.disabled" is true. This is useful to ensure that
    # authenticated users cannot go to the sign in page by clicking on the back
    # button in their browsers.
    #
    browser.cache.signed.in.disabled=true

__________________________________________________________________________________
3. Save as: [portal-ext.properties]
4. With your Liferay 6.X Portal shutdown, copy the file:[portal-ext.properties] into the directory:[/alpha/beta/gamma/.../omega/liferay-portal-6.1.1-ce-ga2/tomcat-7.0.27/webapps/ROOT/WEB-INF/classes]
5. Restart Liferay Server paying attention to the logs for any startup / configuration errors

6. To test / confirm, using Firefox with Firebug plugin, access any portlet page, and check your Firebug plugin:
6.1 tab:[Net] / sub-tab:[HTML]
6.2 expand out the GET URL
6.3 click on sub-sub-tab:[Headers]
6.4 subsection:[Response Headers] should look something like this:
-------------------------------------------------------------------

	Server	Apache-Coyote/1.1
	Set-Cookie	JSESSIONID=5DA1E6DCAB27D2BF4206D65FEC45CEC6; Path=/; HttpOnly GUEST_LANGUAGE_ID=en_US; Expires=Sun, 22-Sep-2013 00:50:10 GMT; Path=/
	Content-Encoding	gzip
	Expires	Thu, 01 Jan 1970 00:00:00 GMT
	Cache-Control	private, no-cache, no-store, must-revalidate
	Pragma	no-cache
	Liferay-Portal	Liferay Portal Community Edition 6.1.1 CE GA2 (Paton / Build 6101 / July 31, 2012)
	Content-Type	text/html;charset=UTF-8
	Transfer-Encoding	chunked
	Date	Sat, 22 Sep 2012 00:50:10 GMT

-------------------------------------------------------------------
6.5 pay attention to "Expires", "Cache-Control", and "Pragma"

-------------------------------------------------------------------------------------------------------
Primefaces (v3.3.1), Mojarra JSF API Implementation 2.1.3 (b02-FCS), Liferay 6.1 CE (Tomcat 7.0.27), Linux operation system

thumbnail
11年前 に Mazhar Alam によって更新されました。

RE: Liferay 6.x Portlet /Disabling web browser cache:SOLUTION

Regular Member 投稿: 191 参加年月日: 11/11/25 最新の投稿
It seems helpful...
thumbnail
11年前 に Neil Griffin によって更新されました。

RE: Liferay 6.x Portlet /Disabling web browser cache:SOLUTION

Liferay Legend 投稿: 2655 参加年月日: 05/07/27 最新の投稿
Hi Joe,

Thanks for the post. emoticon When you get a chance, could you comment here with a typical use-case that developer will run into with PrimeFaces portlets in which they would want to disable caching?

Neil
11年前 に Jan Tošovský によって更新されました。

RE: Liferay 6.x Portlet /Disabling web browser cache:SOLUTION

Liferay Master 投稿: 562 参加年月日: 10/07/22 最新の投稿
I need it for session scoped beans - when global settings change between two views and you return to the original page, it is still displaying cached/outdated values.
Imagine a composed page. There are common options (e.g. time range) on the right and body area in the midddle (e.g. montly report). When you click on the link in that report to get detailed version, you can change that time range there as well. If you do it, the detailed report is updated.
But when you click the back browser button, the montly report data isn't updated to the updated time range. Everything is fine when you refresh the page (F5).

Thanks for the proposed solution, but clearing the cache globally is not acceptable for me...

Jan
11年前 に Michele Giacobazzi によって更新されました。

RE: Liferay 6.x Portlet /Disabling web browser cache:SOLUTION

Junior Member 投稿: 40 参加年月日: 11/09/09 最新の投稿
I have the "inverse" problem. All request receive a "no-cache" response, but I'd like to cache static files.

How could I activate browser cache?

I'm running liferay 6.1.1 bundled with tomcat
thumbnail
11年前 に Manuel Hoyos によって更新されました。

RE: Liferay 6.x Portlet /Disabling web browser cache:SOLUTION

Junior Member 投稿: 60 参加年月日: 12/06/11 最新の投稿
Michele Giacobazzi:
I have the "inverse" problem. All request receive a "no-cache" response, but I'd like to cache static files.

How could I activate browser cache?

I'm running liferay 6.1.1 bundled with tomcat



I have a same problem. In the documents portlet not download with internet explorer

What's the problem?

Thanks
thumbnail
11年前 に Juan Gonzalez P によって更新されました。

RE: Liferay 6.x Portlet /Disabling web browser cache:SOLUTION

Liferay Legend 投稿: 3089 参加年月日: 08/10/28 最新の投稿
If you're using 6.1.1, probably your hitting this issue:

http://issues.liferay.com/browse/LPS-29645

You can download patched version here:

https://www.lcepatchers.org/downloads