com.atlassian.confluence.web.filter
Class RssCachingStrategy

java.lang.Object
  extended by com.atlassian.confluence.web.filter.RssCachingStrategy
All Implemented Interfaces:
com.atlassian.core.filters.cache.CachingStrategy

public class RssCachingStrategy
extends java.lang.Object
implements com.atlassian.core.filters.cache.CachingStrategy

Set appropriate caching headers for RSS feed actions. This allows RSS feeds to work over SSL with Outlook and IE.

See CONF-12083 for more information.


Constructor Summary
RssCachingStrategy()
           
 
Method Summary
 boolean matches(javax.servlet.http.HttpServletRequest request)
           
 void setCachingHeaders(javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RssCachingStrategy

public RssCachingStrategy()
Method Detail

matches

public boolean matches(javax.servlet.http.HttpServletRequest request)
Specified by:
matches in interface com.atlassian.core.filters.cache.CachingStrategy

setCachingHeaders

public void setCachingHeaders(javax.servlet.http.HttpServletResponse response)
Specified by:
setCachingHeaders in interface com.atlassian.core.filters.cache.CachingStrategy


Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.