Björn Harrtell created an issue |
Excel exports using querystring parameter PropertyName fails |
Issue Type: |
Bug |
---|---|
Affects Versions: |
2.5.2 |
Assignee: |
|
Components: |
Excel |
Created: |
17/Sep/14 1:57 AM |
Fix Versions: |
2.2 |
Priority: |
Major |
Reporter: |
If issuing GET requests to export a featuretype to excel format with only selected propertynames like this: request=GetFeature&version=1.1.0&typeName=<typename>&PropertyName=<propertyname>&outputFormat=excel2007 The result is an exception with the following stacktrace: java.lang.ClassCastException: java.lang.String cannot be cast to java.util.Collection If multiple comma separated propertynames is supplied I get another exception: java.lang.IllegalArgumentException: The workbook already contains a sheet of this name Both requests worked fine at GeoServer 2.2 |
This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c) |