https://issues.apache.org/bugzilla/show_bug.cgi?id=47106
Graham Leggett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[email protected] |[email protected] --- Comment #2 from Graham Leggett <[email protected]> 2010-02-12 16:25:31 UTC --- Created an attachment (id=24976) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24976) Fix for the problem The proxy_handler was overwriting r->status with the response code from the backend, which was then faithfully passed to the frontend. This patch works out when the original value should be maintained and passed to the client. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
