This is due to a couple of things:
- the capabilities requests using the "ows/" path:
http://localhost:8080/geoserver/ows?service=WCS&request=GetCapabilities
instead of the old WCS path (btw, when did this happen and why?)
- the code in the wcs capabilities using Request.isDispatchedRequest, which
is doing some magic trick to handle a transition between servlets and the
dispatcher. I checked, it's being used only by WCS capabilities, I guess it
can be safely removed now? There are no WCS servlets registered anywhere.
This is due to a couple of things:
http://localhost:8080/geoserver/ows?service=WCS&request=GetCapabilities
instead of the old WCS path (btw, when did this happen and why?)
is doing some magic trick to handle a transition between servlets and the
dispatcher. I checked, it's being used only by WCS capabilities, I guess it
can be safely removed now? There are no WCS servlets registered anywhere.