- π³πΏNew Zealand RoSk0 Wellington
Fixed by β¨ Support more use cases Fixed which was committed and released in 8.x-1.0-beta3 β .
In testing, we've spotted some requests coming into Drupal that do not end up with the right IP address. In particular, it's requests to 404 pages that don't seem to get the right IP address. I suspect this is happening because the EventSubscriber fires too late in the request cycle, and a 404 is generated very early.
I think the fix for this would be to reimplement the listener as HTTP middleware, with a similar priority to `Drupal\Core\StackMiddleware\ReverseProxyMiddleware`. This would allow the correct IP address to be in place prior to anything else happening (including session handling).
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Fixed by β¨ Support more use cases Fixed which was committed and released in 8.x-1.0-beta3 β .