[Varnish] #1757: If-Match header wrong format

Varnish varnish-bugs at varnish-cache.org
Thu Jul 2 11:23:30 CEST 2015


#1757: If-Match header wrong format
----------------------+----------------------------------
 Reporter:  vko       |       Owner:
     Type:  defect    |      Status:  new
 Priority:  normal    |   Milestone:  Varnish 4.0 release
Component:  varnishd  |     Version:  4.0.3
 Severity:  normal    |  Resolution:
 Keywords:  If-Match  |
----------------------+----------------------------------

Comment (by vko):

 Ok. After the researching with our developers we now what exact the
 problem is. If-Match header is not the problem but Etag because If-Match
 gets the value of Etag.

 The problem is varnish set Etag in this format

 ETag: W/7

 According to RFC2616
 (http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.19, see
 Examples) the right format should be

 ETag: W/"7"

 Should I open a new bug because the problem Etag and not If-Match header
 is?

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1757#comment:3>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator



More information about the varnish-bugs mailing list