WFS DescribeFeatureType does not work anymore if the layer prefix is not 
provided
---------------------------------------------------------------------------------

                 Key: GEOS-1816
                 URL: http://jira.codehaus.org/browse/GEOS-1816
             Project: GeoServer
          Issue Type: Bug
          Components: WFS
    Affects Versions: 1.6.2
            Reporter: Andrea Aime
            Assignee: Justin Deoliveira
             Fix For: 1.6.3


The following request fails:

{code:xml}
<DescribeFeatureType
  version="1.0.0"
  service="WFS"
  xmlns="http://www.opengis.net/wfs";
  xmlns:topp="http://www.openplans.org/topp";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xsi:schemaLocation="http://www.opengis.net/wfs 
http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd";>
  
    <TypeName>states</TypeName>
    
</DescribeFeatureType>
{code}

reporting that the states layer is not found. The WFS datastore used to work by 
 making it, I think because topp is the default namespace (we try to lookup 
stuff in the default namespace for other requests as well, or at least we 
should, for example GetFeature POST without the namespace works).

-- 
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

        

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to