-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Use X-Request-ID header as request id if provided by client #28144
Conversation
cc @jturcotte regarding the X-Request-ID header |
I added a few more chars to allow writing timestamps. But I don't want to allow Also ... while HEROKU just replaces invalid request IDs I want to fail early and hard ... which is why I throw the exception. Opinions? |
@butonic please fix le tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix le tests
@DeepDiver1975 I fixed le tests |
@butonic Backport to 10.0.x to release also with 10.0.4? |
@butonic please backport |
#28144) * use X-Request-ID header if provided by client * allow a few more chars to enable timestamps, add tests * fix regex and update exception message
stable10: #29434 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
If clients send a request id we can identify the client request also in the apache and owncloud logs.
for apache the log rule needs to log the X-Request-ID environment variable
related:
also see