cacheable https requests

Morris, Andi amorris at uwic.ac.uk
Mon Oct 24 16:02:07 BST 2011


Ah I see, I'm running version 2.2.1, but am holding off upgrading to 2.3 until EZProxy release their next version as otherwise it will stop working.

Thanks for the information.

Cheers,
Andi

-----Original Message-----
From: users-bounces at shibboleth.net [mailto:users-bounces at shibboleth.net] On Behalf Of Chad La Joie
Sent: 20 October 2011 16:31
To: Shib Users
Subject: Re: cacheable https requests

Current versions of the IdP already add cache disabling information to the response.  So, if it's not there you either removed it from the config or aren't running a supported version.

On 10/20/11 11:26 AM, Morris, Andi wrote:
> Hi all,
> 
> I need to stop my shibboleth IDP sending out cacheable https requests. 
> I've done a bit of research and found that I need to add the following 
> lines into the login.jsp:
> 
>  
> 
> response.setHeader("Cache-Control");
> 
> response.setHeader("Pragma", "no-cache");
> 
>  
> 
> However, I'm not sure whether just adding this in, and then restarting 
> the tomcat service will have the desired effect.  Would anyone with a 
> bit more experience in this be able to point me in the right direction 
> please?
> 
>  
> 
> Cheers,
> 
> Andi
> 
> 
> 
> --
> To unsubscribe from this list send an email to 
> users-unsubscribe at shibboleth.net
--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net


More information about the users mailing list