Closed
Description
Describe the bug
If property springdoc.show-actuator=true is set and springdoc.model-and-view-allowed=false, ModelAndVew Endpoints are still exposed in swagger.
If property springdoc.show-actuator=false is set and springdoc.model-and-view-allowed=false, ModelAndVew Endpoints are not exposed.
Expected behavior
ModelAndView endpoints should not appear even if springdoc.show-actuator=true.