--- http_protocol.c 13 Aug 2002 14:27:39 -0000 1.454 +++ http_protocol.c 31 Aug 2002 07:37:22 -0000 @@ -363,7 +363,7 @@ if (if_nonematch[0] == '*') { return HTTP_NOT_MODIFIED; } - if (etag != NULL) { + if (etag != NULL && *etag) { if (apr_table_get(r->headers_in, "Range")) { if (etag[0] != 'W' && ap_find_list_item(r->pool, if_nonematch, etag)) {