Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#2634 closed defect (fixed)

Change EMPTY mapfile value through CGI

Reported by: wblanken Owned by: 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 (3)

comment:1 by sdlime, 16 years ago

Milestone: 5.2 release5.0.3 release
Status: newassigned

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

comment:2 by sdlime, 16 years ago

Resolution: fixed
Status: assignedclosed

Fixed in 5.0 branch in r7642. Closing...

Steve

comment:3 by dmorissette, 16 years ago

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

Note: See TracTickets for help on using tickets.