Closed
Description
Inspired by #17511, we should make it easier to determine the orders of an application's servlet filters. The proposal is to include the order in the toString()
of AbstractFilterRegistrationBean
so that the order is shown for each filter when running with web debug logging enabled. As part of making this change, we should update the relevant section of the documentation to remove the incomplete table and point users towards web debug logging which will always provide them with up-to-date information about every filter in their app.