Project

General

Profile

Actions

Bug #85

closed

fastcgi header convert error, xx-yy123 converted HTTP_XX_YY___

Added by Anonymous about 19 years ago. Updated about 17 years ago.

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

Actions #1

Updated by jan almost 19 years ago

  • Status changed from New to Assigned
Actions #2

Updated by jan almost 19 years ago

  • Status changed from Assigned to Fixed
  • Resolution set to fixed

fixed by changeset r312

Actions

Also available in: Atom