[Geoserver-devel] [jira] Created: (GEOS-3870) Null Pointer error on <Abstract /> short tag in SLD

Null Pointer error on <Abstract /> short tag in SLD
---------------------------------------------------

                 Key: GEOS-3870
                 URL: http://jira.codehaus.org/browse/GEOS-3870
             Project: GeoServer
          Issue Type: Bug
          Components: Configuration
    Affects Versions: 2.0.1
         Environment: Debian lenny 64
            Reporter: Milo van der Linden
            Assignee: Justin Deoliveira
             Fix For: 2.0.2

Using the syntax:

<Rule>
..
   <Abstract/>
    <ogc:Filter>
     <ogc:PropertyIsEqualTo>
     ..

Validates through the SLD validator, Causes a nullPointer exception when rendering while:

<Rule>
..
   <Abstract></Abstract>
    <ogc:Filter>
     <ogc:PropertyIsEqualTo>
     ..

Works fine.

It looks as if the short tag <.. /> syntax is causing issues?

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira