https://bz.apache.org/bugzilla/show_bug.cgi?id=68970
--- Comment #15 from Ruediger Pluem <[email protected]> --- (In reply to Allan Schrum from comment #10) > > With 2.4.59 that is not what is happening. The output of the CGI process has > all its headers thrown away so that the content cannot be processed. Those > headers are part of the CGI response and are allowed by standard. I don't > understand why years of processing these types of responses suddenly must > treat Transfer-Encoding as something magical to be disregarded. https://datatracker.ietf.org/doc/html/rfc3875#section-6.3.4: The script MUST NOT return any header fields that relate to client-side communication issues and could affect the server's ability to send the response to the client. The server MAY remove any such header fields returned by the client. It SHOULD resolve any conflicts between header fields returned by the script and header fields that it would otherwise send itself. -- 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]
