Commit e9ded397 authored by Ken Coar's avatar Ken Coar
Browse files

	ETags aren't normal tokens by the RFC 2068 definition; they
	explicitly contain quoted strings and can include stuff *outside*
	the quotes as well ('W/' for a weak ETag).  So add a new function
	that treats *everything* except ',' and ' ' (and not even those,
	if they're in a quoted string) as part of the token, and fix the
	ETag checks to use it.

PR:		2065, 3657


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@82715 13f79535-47bb-0310-9956-ffa450edef68
parent 37c1ee10
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment