-
Bug
-
Resolution: Done
-
Major
-
1.1.8.Final
-
None
Say the pattern is %r %s %b. Then the log will be:
GET /zzz/javax.faces.resource/system/sound/beep.wav.xhtml HTTP/1.1 200 37656 HEAD /zzz/javax.faces.resource/system/sound/beep.wav.xhtml HTTP/1.1 200 37656
Even though for HEAD requests %b would be expected to output -.
Sniffing with JDBS' TCP/IP Monitor shows the HEAD response to be "Size: 0 (276) bytes", i.e. no body is sent.