Default debug controllers
Out of the box DebugWebModule provides some default debug controllers. These are all available through the top menu.
Section: Across
Allows you to introspect the running AcrossContext
.
You can navigate the entire ApplicationContext
hierarchy, see the modules registered in the Across context along with the beans they created (and expose) as well as the configuration properties visible within each module.
As some properties contain sensitive data (for example passwords), it is possible to mask property values based on the property name. By default all property names containing password or secret will have their values masked. Additional rules can be configured with debugWebModule.properties.masks or debugWebModule.properties.masked-properties.
Handlers lists the different request mapping endoints grouped by their handler mappings. Interceptors lists the mapped and unmapped interceptors that apply to a particular handler mapping.