Ticket #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
Note: See
TracTickets for help on using
tickets.
