Mantis - Resin
Viewing Issue Advanced Details
117 minor always 04-22-05 00:00 05-11-05 00:00
ferg  
 
urgent  
closed 3.0.13  
3.0.13 no change required  
none    
none 3.0.13  
0000117: cache-control: private with no session
RSN-108
(rep by Kirk Rasmussen)

I ran a request through a debugger and discovered that it creates a session id even though it was called with create==false:

Which causes the private header to get created.  I assume that the setVaryCookie() should only call setPrivateCache() if there is actually a cookie created (which in my case there should not be).

Notes
(0000137)
ferg   
04-22-05 00:00   
jsp/13d-. Verified that Resin 3.0 is not setting extraneous Cache-Control: private headers.