geoserver / geofence

Advanced Authorization Manager for GeoServer
GNU General Public License v2.0
94 stars 55 forks source link

geofence server embedded 2.21.2 breaks the geoserver/gwc access #235

Closed gregvds closed 1 year ago

gregvds commented 1 year ago

deploying the geofence server plugin 2.21.2 embedded into a geoserver 2.21.2 vanilla seems to break the access to localhost:8080/geoserver/gwc/home. This page is still accessible, but under localhost:8080/geoserver. Usually, this redirects to geoserver/web/.

This happens with or without other plugins installed.

adding gwc.context.suffix=gwc in geofence-server.properties does not fix this

etj commented 1 year ago

It seems that since 2.20.6 the properties are handled in a different way.

etj commented 1 year ago

@gregvds can you pls try adding -Dgwc.context.suffix=gwc to the GeoServer JAVA_OPTS? Or did you find a different working fix?