Ticket #4168 (closed defect: fixed)

Opened 16 months ago

Last modified 16 months ago

query modes missing

Reported by: rgreenwood Owned by: sdlime
Priority: normal Milestone: 6.2 release
Component: MapServer C Library Version: svn-trunk (development)
Severity: normal Keywords:
Cc: tbonfort, jmckenna

Description

mode=nquery produces error: msDispatchRequest: Web application error. Bug: unsupported mode modes ITEMQUERY and ITEMNQUERY produce same error

Change History

Changed 16 months ago by sdlime

  • cc tbonfort added

Changed 16 months ago by jmckenna

My response on the mailing list might be of help:


The good news is that the mode=nquery code seems to still exist in trunk ( http://trac.osgeo.org/mapserver/browser/trunk/mapserver/mapservutil.c#L1256)

However it seems that function is never called for the mode=nquery case ( http://trac.osgeo.org/mapserver/browser/trunk/mapserver/mapservutil.c#L1644)

That file (mapservutil.c) didn't exist in version 6.0.1, so it seems a lot of work has happened in terms of CGI mode, but I can't find the ticket. Hopefully the devs can comment on this.

Me personally: I think all that is missing is the following:

       case NQUERY:
          return msCGIDispatchQueryRequest(mapserv);

Changed 16 months ago by jmckenna

  • cc jmckenna added

Changed 16 months ago by jmckenna

  • milestone set to 6.0.2 release

Changed 16 months ago by sdlime

Shouldn't the milestone be 6.2? This is only a trunk issue.

Steve

Changed 16 months ago by tbonfort

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from 6.0.2 release to 6.2 release

fixed in r13024

Note: See TracTickets for help on using tickets.