Mantis - Resin
Viewing Issue Advanced Details
3043 minor always 11-04-08 16:17 12-16-08 14:05
ferg  
ferg  
urgent  
closed 3.2.1  
fixed  
none    
none 4.0.0  
0003043: gzip vary header issue
(rep by Eric Bowman)

Resin 3.2.1 does strange things with Vary headers. I would assume that
the GZIP Filter would detect the presence of a Vary header, and only
add Accept-Encoding to it if it isn't already there. Instead, I get
this, the first header is my application output:

Vary Accept, User-Agent, Accept-Encoding
Vary Accept-Encoding
Vary Accept-Encoding

Elsewhere in my app, it only adds one Vary header:

Vary Cookie
Vary Accept-Encoding

At other times, it does this:

Vary
Vary Accept-Encoding

Or, if my app sets no Vary header, this:

Vary Accept-Encoding
Vary Accept-Encoding


Notes
(0003659)
ferg   
12-16-08 14:05   
server/183q