-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement RFC7239 support in Proxy and Middleman #842
Comments
@gregw Both Where did you see |
Opened new issue specifically for AbstractNCSARequestLog, closing this one. |
Reopening, as the mechanism for adding headers in |
This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has been a |
This issue has been automatically marked as stale because it has been a |
In 12, |
This issue has been automatically marked as stale because it has been a |
Due to change in behavior, rescheduled for 12.1.0. |
Updated ee10/ee11 AbstractProxyServlet to use the `Forwarded` header rather than the now deprecated `X-Forwarded-For` headers. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Updated ee10/ee11 AbstractProxyServlet to use the `Forwarded` header rather than the now deprecated `X-Forwarded-For` headers. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Add configurable support for RFC7239 Forwarded header as an option to the defacto standard X-Forwarded-XXX headers. This should be for at least the Proxy servlet, but maybe also the Middleman.
The text was updated successfully, but these errors were encountered: