https://issues.apache.org/bugzilla/show_bug.cgi?id=35217
rahul <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #5 from rahul <[EMAIL PROTECTED]> 2008-08-26 04:42:35 PST ---
Accroding to 2616, A token is defined as
token = 1*<any CHAR except CTLs or separators>
separators = "(" | ")" | "<" | ">" | "@"
| "," | ";" | ":" | "\" | <">
| "/" | "[" | "]" | "?" | "="
| "{" | "}" | SP | HT
Note that (") is defined as a separator. So by definition a value such as
"xxxxx" will be interpreted by stripping away the separators. Thus the value "
max-age=0 "=blah is interpreted as [max-age=0] [=blah] where the second entry
is invalid while the first entry is valid cache control directive.
For this reason, the behavior of apache is correct.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]