GML3OutputFormat complex feature changes break WFSV
----------------------------------------------------
Key: GEOS-3015
URL: http://jira.codehaus.org/browse/GEOS-3015
Project: GeoServer
Issue Type: Bug
Components: Versioning, WFS
Reporter: Andrea Aime
Assignee: Justin Deoliveira
Fix For: 2.0-beta1
The changes made to get full type information from catalog required by the application schema support introduced the assumption GML3OutputFormat can only be used by GetFeature requests.
This is not the case with WFSV, where the same output format is used for GetLog output as well, via a subclass (GetLogGML3OutputFormat).
Solutions:
- make the GML3OutputFormat code fall back on the old approach in case the request is not a GetFeature
- move the above code in its own overridable method, and GetLogGML3OutputFormat will just use the old way of doing things
I'm of course open to other suggestions
--
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