id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
2781,"Tag parsing in template code fails if ]'s are in arguments, even if quoted.",sdlime,aboudreault,"A tag like this is useful for outputting GeoJSON:

{{{
  [shpxy precision=""0"" ph=""["" pf=""]"" xh=""["" yf=""]"" ps="",""]
}}}

It constructs a part from an array of points. MapServer 5.2 segfaults with this. Turning the inside ]'s into something else makes things work but is useless. The tag parser needs to be smarter and skip these characters IF then are in quotes.

Steve",defect,closed,normal,5.4 release,Documentation - MapServer,5.2,normal,fixed,,aboudreault dmorissette
