Opened 12 years ago

Closed 12 years ago

#4168 closed defect (fixed)

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 (6)

comment:1 by sdlime, 12 years ago

Cc: tbonfort added

comment:2 by jmckenna, 12 years ago

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

comment:3 by jmckenna, 12 years ago

Cc: jmckenna added

comment:4 by jmckenna, 12 years ago

Milestone: 6.0.2 release

comment:5 by sdlime, 12 years ago

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

Steve

comment:6 by tbonfort, 12 years ago

Milestone: 6.0.2 release6.2 release
Resolution: fixed
Status: newclosed

fixed in r13024

Note: See TracTickets for help on using tickets.