Opened 11 years ago
Closed 11 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 , 11 years ago
Cc: | added |
---|
comment:2 by , 11 years ago
comment:3 by , 11 years ago
Cc: | added |
---|
comment:4 by , 11 years ago
Milestone: | → 6.0.2 release |
---|
comment:6 by , 11 years ago
Milestone: | 6.0.2 release → 6.2 release |
---|---|
Resolution: | → fixed |
Status: | new → closed |
fixed in r13024
Note:
See TracTickets
for help on using tickets.
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: