Andy Wilkinson opened SPR-15574 and commented
I've started looking at supporting WebTestClient with Spring REST Docs and have noticed the request-id header appearing in the generated documentation. I can add some code to REST Docs to filter it out (as I know that the user is using WebTestClient), but it got me wondering if it should have a more descriptive name that makes it less likely to clash with a user's own header. Something like WEB_TEST_CLIENT_REQUEST_ID, perhaps?
Affects: 5.0 RC1
Issue Links: