citeConformanceHack option should set gmlPrefixing as well
----------------------------------------------------------
Key: GEOS-450
URL: http://jira.codehaus.org/browse/GEOS-450
Project: GeoServer
Type: Improvement
Environment: all
Reporter: Chris Holmes
Assigned to: dblasby
Priority: Minor
Fix For: 1.3.0 RC6
So now there's a nice web admin based gui to set citeConformance testing up, but it actually missed out on setting the biggest hack. gmlPrefixing is kind of so hacky that I didn't even bother initially to put it in the web admin tool, but for all the service.xml stuff on the cite tests we set it to true. It gets picked up by the global config stuff, you just can't set it in the admin tool, since it seemed a bit much to worry normal users with. But now that we have citeConformancehack, which _is_ a useful option, we should kill the gmlPrefixing from all the geoserver config stuff, and just set it to true in the GML FeatureTransformer by looking up the citeConformance hack value. This is as easy as changing line 158 in GML2FeatureResponseDelegate to do getWFS().getCiteConformanceHack() instead of getWFS().isGmlPrefixing(). But we should get rid of all the other occurances of gmlPrefixing in the geoserver codebase, so they don't cause confusion
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira