Ticket #2634 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

Change EMPTY mapfile value through CGI

Reported by: wblanken Assigned to: sdlime
Priority: normal Milestone: 5.0.3 release
Component: MapServer C Library Version: svn-trunk (development)
Severity: normal Keywords: empty maplexer
Cc:

Description

Mapserver does not allow the changing of the EMPTY and ERROR variables through CGI. The other WEB values are OK (template, header, footer). Steve replied to this as follows:


That's what's going on. If you file a quick bug I'll make sure that gets fixed in 5.2 which should be out relatively soon. BTW The fix is to change line 164 in maplexer.l from:

<INITIAL>empty...

to:

<INITIAL,URL_STRING>empty...

-->

Change History

05/30/08 09:08:24 changed by sdlime

  • status changed from new to assigned.
  • milestone changed from 5.2 release to 5.0.3 release.

Fixed 5.2/main branch in r7633. I'll hit 5.0 too when I get a chance. Changing milestone to 5.0 to make sure that happens (if we do another 5.0.3 release). Wim, thanks for filing the bug!

Steve

06/03/08 10:49:45 changed by sdlime

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in 5.0 branch in r7642. Closing...

Steve

06/06/08 15:42:13 changed by dmorissette

FYI I committed the new maplexer.c in trunk as part of r7652 (together with other changes by accident, but it had to get into SVN at some point anyway).