[Bug 66068] Asynchronous request processing changes IP behind RemoteIpValve

2022-05-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66068 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 66068] Asynchronous request processing changes IP behind RemoteIpValve

2022-05-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66068 --- Comment #1 from Mark Thomas --- I think the fix for this is fairly simple. If the request is in async mode, we don't reset the request in the finally block after calling the next Valve in the pipeline. Assuming there are no objections to t