Details
Description
In the mini map preview interface (mapPreview.do) available in GeoServer, the links for the different outputs views contain systematically /geoserver/WEB-INF/pages/..? while it should be geoserver/...?
Examples:
http://localhost:8080/figis/geoserver/WEB-INF/pages/wms?bbox=-...
It should be: http://localhost:8080/figis/geoserver/wms?bbox=-...
It would be interesting to know how you do get /figis/geoserver as your context path... are you running behind a proxy?