Actions
Bug #85
closedfastcgi header convert error, xx-yy123 converted HTTP_XX_YY___
Status:
Fixed
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:
Description
quote from rfc 2616
token = 1*<any CHAR except CTLs or separators> separators = "(" | ")" | "<" | ">" | "@" | "," | ";" | ":" | "\" | <"> | "/" | "[" | "]" | "?" | "=" | "{" | "}" | SP | HT message-header = field-name ":" [ field-value ] field-name = token field-value = *( field-content | LWS ) field-content = <the OCTETs making up the field-value and consisting of either *TEXT or combinations of token, separators, and quoted-string>
xx-yy123 should be HTTP_XX_YY123 not HTTP_XX_YY___
-- Xuefer <xuefer
Updated by jan almost 20 years ago
- Status changed from Assigned to Fixed
- Resolution set to fixed
fixed by changeset r312
Actions
Also available in: Atom