Ticket #1350 (assigned defect)

Opened 3 years ago

Last modified 5 months ago

Cannot query for propertyname using namespace

Reported by: bartvde@osgis.nl Assigned to: assefa (accepted)
Priority: high Milestone: 5.2.1 release
Component: WFS Server Version: 4.4
Severity: normal Keywords:
Cc:

Description

I have defined a namespace for my WFS server:

     wfs_namespace_prefix "stragisweb"
     wfs_namespace_uri "http://www.syncera.nl/stragisweb";

When using a propertyname like stragisweb:MYCOLUMN it does not get interpreted
by Masperver. MYCOLUMN does work though.

Change History

04/15/08 14:18:17 changed by assefa

  • status changed from new to assigned.
  • owner changed from mapserverbugs to assefa.
  • milestone set to 5.2 release.

We should probably strip all names spaces from the xml. We currently stip gml: and ogc: and I see no side effects if we strip all names spaces. Any objections to this?