|
Steve Ikeoka created an issue |
Issue Type: |
|
---|---|
Affects Versions: |
2.8-RC1, 2.7.2 |
Assignee: |
Unassigned |
Components: |
JDBCConfig |
Created: |
24/Sep/15 4:43 PM |
Priority: |
|
Reporter: |
The add(T) method in org.geoserver.jdbcconfig.internal.ConfigDatabase calls “new String(byte)” using the default character set. It should be called using “UTF-8” to be consistent with other code used by the jdbcconfig plugin that performs String / byte conversion:
This can cause issues with encoding special characters if the default character set is not UTF-8 (e.g., the degree symbol appearing as °). The workaround for my environment was to add “-Dfile.encoding=UTF-8” when starting the application server. |
This message was sent by Atlassian JIRA (v7.0.0-OD-06-002#70102-sha1:82bb17d) |
|