-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GWC local workspace URLs not working #380
Comments
reproduced / tested with the docker composition advised in the README (shared datadir), and a blank catalog. Creating a workspace / DS / layer works, I can access the following urls:
But indeed accessing It looks like the gateway configuration is already correct, and the issue is situated in the GWC microservice:
|
My guess was that the controller was lacking a request path here: And the following beans were missing: but it is still not sufficient |
Digging further and comparing with a regular geoserver, I wonder if we should use a |
turned out that using the |
gwc - handles workspace-based paths (#380)
…gration tests This reverts commit bc7cf9b.
Checking the WMTS GetCapabilities with my modifications, we indeed end up with duplicated path in the urls:
In the case of the The
|
Can't access local workspace urls for gwc (e.g.
<context-path>/<workspace>/gwc/...
)The text was updated successfully, but these errors were encountered: