Paul Cleverley created an issue |
contents.ftl template parsing a hash causes Service Exception |
Issue Type: |
Bug |
---|---|
Affects Versions: |
2.14.1 |
Assignee: |
Unassigned |
Created: |
08/Jan/19 6:17 PM |
Environment: |
GeoServer Version |
Priority: |
High |
Reporter: |
<?xml version=“1.0” encoding=“UTF-8” standalone=“no”?><!DOCTYPE ServiceExceptionReport SYSTEM “http://localhost:8080/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd”> <ServiceExceptionReport version=“1.1.1” > <ServiceException> freemarker.core.ParseException: Encountered “,” at line 6, column 47 in content.ftl. Was expecting: “>” … Encountered “,” at line 6, column 47 in content.ftl. Was expecting: “>” … </ServiceException></ServiceExceptionReport> This error is received with this content.ftl template: <#list features as feature> {feature.vessel_name.value} </h1> {feature.geom.value} </h3> {feature.arrive_time.value} </h3> {feature.point_data.value} </h4> {k} {v} </#if> This parses and works ok in https://try.freemarker.apache.org/ template tester. |
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#100097-sha1:6c72860) |