[Geoserver-devel] [JIRA] (GEOS-9029) NullPointerException when using env() function with LIKE operator in CSS filters

Yaugen Pashyvalau created an issue

GeoServer / BugGEOS-9029

NullPointerException when using env() function with LIKE operator in CSS filters

Issue Type:

BugBug

Affects Versions:

2.14.0

Assignee:

Unassigned

Components:

CSS

Created:

22/Nov/18 6:12 PM

Priority:

MediumMedium

Reporter:

Yaugen Pashyvalau

Comparing env() function with LIKE operator throughs java.lang.NullPointerException

[env('key') like 'value'] {
  fill: grey
}

whereas strict comparison works fine:

[env('key') = 'value'] {
  fill: grey
}

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100095-sha1:71807a4)

Atlassian logo