Thanks Rob - fixed for 8.35.
the fix is simple, so you can apply it to 8.34 there if you like;
in NetWeb.Clw find the RemoveOneServer method.
Replace;
if instring ('\$$$',p_FileName,1,1)
with
if instring ('\$$$',p_FileName,1,1) and self.RequestData.RequestMethodType <> NetWebServer_HEAD
Cheers
Bruce