Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#978 closed defect (fixed)

Support for '=' sign in HTML template tag parser

Reported by: dmorissette Owned by: jlacroix
Priority: high Milestone: 4.4 release
Component: MapServer C Library Version: 4.3
Severity: normal Keywords:
Cc:

Description

In bug 507, Steve wrote:

Julien: I know this one is marked as resolved but there is another related
problem. You can't have equal signs within a quoted argument (e.g.
proj="init=epsg:xxxx"). Might that be easily fixable? Seems that just about
anything should be allowed within the quotes.

I'm creating a new bug since the original bug was already fixed.

Change History (4)

comment:1 by dmorissette, 20 years ago

Cc: steve.lime@… added
Milestone: 4.4 release
Owner: changed from sdlime to jlacroix@…
Assigned to Julien. If this is too complicated for 4.4 then please move target
milestone to FUTURE.

comment:2 by jlacroix, 20 years ago

Status: newassigned
I've started working on this. I'm mostly done. Will commit monday morning.

comment:3 by jlacroix, 20 years ago

Resolution: fixed
Status: assignedclosed
I've commited my changes. The template parser replace '=' by ']' which is an
illegal character in the template parser. So at the time the '=' is replaced,
the string can't contain any ']' and for sure the code that does something with
the ']' is already done.

Marking as FIXED.

comment:4 by sdlime, 20 years ago

Thanks Julien! 
Note: See TracTickets for help on using tickets.