Ticket #374 (assigned defect)

Opened 5 years ago

Last modified 5 years ago

Errors in query template processing don't get back to the user.

Reported by: sdlime Assigned to: sdlime (accepted)
Priority: high Milestone:
Component: MapServer CGI Version: 4.1
Severity: normal Keywords:
Cc:

Description

Returning MS_FALSE from msreturnQuery (maptemplate.c) doesn't cause an error to
be returned to the user. Most of the time it would be no big deal cause it would
have to be a significant error such as memory corruption to throw an error at
this point. However, with JOINs this is the first place they are used so stuff
like bad column names or even table names that do cause errors are not reported.
Not sure if the errors are not being caught in the functions that rely on
msReturnQuery or in the mapserv.c file itself. Should be fixed before 4.0 is
release since quite a few folks are looking forward to JOIN support...

Change History

07/30/03 17:26:17 changed by sdlime

  • status changed from new to assigned.
  • version changed from 4.0 to 4.1.
I'll try tonite, but this will probably have to wait until 4.1.

Steve