Hi,
As stated in GeoNode/geonode-docker#63
The geowebcache status page is blocked due to the 02/04/2025 commit.
The status page is accessible on /geoserver/gwc/home url.
Can we add this to the web.xml file ?
<security-constraint>
<web-resource-collection>
<web-resource-name>AllowGWC_home</web-resource-name>
<url-pattern>/gwc/home/*</url-pattern>
</web-resource-collection>
</security-constraint>
Or is there a security reason to restrict access to that page ?
Thanks