Details
Description
GeoServer references schemas that it holds, at geoserver/data/capabilities. These are currently not exposed, at least not on resin. I'm not sure if I ever tested this before on resin, but basically we need to make sure these schemas are exposed, as they are needed for validation.
Also these schemas are currently referenced wrong, I get back http://localhost:8080/geoserver/wfs/1.0.0/WFS-capabilities.xsd when it should be
http://localhost:8080/geoserver/data/capabilities/wfs/1.0.0/WFS-capabilities.xsd
Nevermind, I think Gabriel fixed this.
It no longer uses schemaBaseUrl, but I'm thinking of just getting rid of that, as it was initially a hack, and I don't know that anyone uses it. Though it'll probably prove like maxFeatures and everyone will be up and arms about it gone... So it goes.