Opened 16 years ago

Last modified 15 years ago

#2675 new defect

SLD: when an sld is used with and invalid filter encoding , do not create a class.

Reported by: assefa Owned by: assefa
Priority: normal Milestone: 6.0 release
Component: WMS Server Version: unspecified
Severity: normal Keywords:
Cc:

Description

This bug was related to a discussion on the Mapserver list when an invalid filter encoding was used inside the SLD. Currently a new class is created for each rule, but we should make sure that the class is only created if all elements of the rule are valid and possibly generate a message on things that are not valid.

In this specific case and for testing purposes, <PropertyIsLike wildCard="*" singleChar="#" escapeChar="!"> was used instead of <PropertyIsLike wildCard="*" singleChar="#" escape="!">

Change History (3)

comment:1 by assefa, 16 years ago

Component: MapServer C LibraryWMS Server
Owner: changed from sdlime to mapserverbugs

comment:2 by dmorissette, 16 years ago

Owner: changed from mapserverbugs to assefa

comment:3 by assefa, 15 years ago

Milestone: 5.6 release6.0 release
Note: See TracTickets for help on using tickets.