https://bz.apache.org/bugzilla/show_bug.cgi?id=66642

--- Comment #2 from shashank <[email protected]> ---
Apache should return whatever response it gets from the app side. Because of
the presence of the b' in the response body apache is not able to understand or
parse that and by-default its returning 200, It should have actually returned
404 not found since the actual response from app is 404.
Note the "b" in front of '404 Not Found'. The "b" is python's syntax for binary
data. However, the binary data representation should not bleed through into the
HTTP response.

-- 
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]

Reply via email to