On 12/06/13 14:02, Andrea Aime wrote: > Ben, is the mapping document read only once by the app schema store, and > then used over and over, or does it have to read it on a per request basis? > If it's the former, why not activate schema validation during the read > and report errors accordingly?
The mapping file is read once at startup. There is no reason not to replace it with a validating parser. It currently uses Apache Digester, as in the original community-schemas plugin in 2006. There is also a problem with the schema, which mistakenly fails to use elementFormDefault="qualified", leaving all the elements defined in the complexTypes in the null namespace. This fails to conform to W3 Web Architecture best practice. > Many people use simple text editors to do all their editing, including XML Me too. I often edit pom files with gedit. Kind regards, -- Ben Caradoc-Davies <[email protected]> Software Engineer CSIRO Earth Science and Resource Engineering Australian Resources Research Centre ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
