[mapserver-users] Re: mode=nquery no longer supported?

Jeff McKenna jmckenna at gatewaygeomatics.com
Fri Jan 27 08:05:26 EST 2012


Richard Greenwood wrote
> 
> Using Jeff's MS4W 3.0.4 beta I get the following error when using
> mode=nquery
> 
> msDispatchRequest: Web application error. Bug: unsupported mode
> 
> Is nquery really unsupported?
> 

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

Thanks for finding this Rich.

-jeff


--
Jeff McKenna
MapServer Consulting and Training Services
http://www.gatewaygeomatics.com





--
View this message in context: http://osgeo-org.1560.n6.nabble.com/mode-nquery-no-longer-supported-tp4342018p4342946.html
Sent from the Mapserver - User mailing list archive at Nabble.com.


More information about the mapserver-users mailing list