[jboss-jira] [JBoss JIRA] Created: (JBPORTAL-1104) setting expiration cache has no effect.
Brian McGovern (JIRA)
jira-events at jboss.com
Wed Nov 8 09:01:42 EST 2006
setting expiration cache has no effect.
---------------------------------------
Key: JBPORTAL-1104
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1104
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Portal Server
Affects Versions: 2.4 Final
Environment: Happens on all my environments W2K
Reporter: Brian McGovern
Assigned To: Julien Viet
Fix For: 2.4.1 Final, 2.4 Final
Doing the following in the portlet code OR setting the expiration-cache to 0 in the portlet.xml has no effect on the portlet.
public void doView(RenderRequest request, RenderResponse response) throws PortletException, IOExcept
ion, UnavailableException
{
response.setProperty( RenderResponse.EXPIRATION_CACHE, "0" );
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list