<html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15"></head><body
 bgcolor="#FFFFFF" text="#000000">
Another small issue on v3 vs v4.<br>
In <span>vcl_backend_response (ex. </span><span>vcl_fetch) I used to 
override default ttl, as suggested in:</span><br>
  <br>
<a class="moz-txt-link-freetext" href="https://www.varnish-cache.org/docs/trunk/users-guide/increasing-your-hitrate.html">https://www.varnish-cache.org/docs/trunk/users-guide/increasing-your-hitrate.html</a><br>
  <br>
sub vcl_backend_response {<br>
    if (bereq.url ~ "^/legacy_broken_cms/") {<br>
        set beresp.ttl = 5d;<br>
    }<br>
}<br>
  <br>
Now <span>bereq has no url attribute, how can I implement the same 
override functionality?<br>
Thanks again!<br>
  </span><br>
  <div class="moz-signature">-- <br><span style="color: rgb(102, 102, 
102);">Giuseppe Pascarella</span><br style="color: rgb(102, 102, 102);">
<span style="color: rgb(102, 102, 102);">Chief Technology Officer @ 
Divisione Multimedia</span><br style="color: rgb(102, 102, 102);">
<span style="color: rgb(102, 102, 102);">Sport Network SRL</span><br 
style="color: rgb(102, 102, 102);">
<span style="color: rgb(102, 102, 102);">t: +39.06.49.246.423</span><br 
style="color: rgb(102, 102, 102);">
<span style="color: rgb(102, 102, 102);">m: +39.338.733.61.93</span><br>
  </div>
<br />
<font size=-2 color=blue><pre>Ai  sensi  della  legge  196/2003,  si  precisa  che  le  informazioni
contenute  in questo  messaggio  e nei  suoi  eventuali allegati  sono
riservate e  per uso esclusivo del  destinatario. Nessuno, all'infuori
dello stesso deve copiare o distribuire il messaggio o parte di esso a
terzi.  Chiunque  riceva questo  messaggio  per  errore  è pregato  di
informare immediatamente il mittente e distruggerlo.</pre></font>
</body>
</html>