You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/06/10 20:42:45 UTC

DO NOT REPLY [Bug 20656] New: - GetServerVariable returns improperly terminated header fields given "ALL_HTTP" or "ALL_RAW"

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20656>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20656

GetServerVariable returns improperly terminated header fields given "ALL_HTTP" or "ALL_RAW"

           Summary: GetServerVariable returns improperly terminated header
                    fields given "ALL_HTTP" or "ALL_RAW"
           Product: Apache httpd-2.0
           Version: 2.0.46
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_isapi
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: jsp@pkc.com


If you ask GetServerVariable() for multiple header fields by specifying
"ALL_HTTP" or "ALL_RAW" as variable_name, each field is terminated with LF. 
This differs from the behavior of IIS, which returns fields compliant with
RFC2616 (CRLF terminators).  For once I'd argue that IIS got it right and is in
compliance with the spec.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org