Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce geoserver export is UTF-8. #17

Open
transistorize opened this issue Oct 20, 2014 · 0 comments
Open

Enforce geoserver export is UTF-8. #17

transistorize opened this issue Oct 20, 2014 · 0 comments
Assignees
Labels

Comments

@transistorize
Copy link
Member

The version of Jetty we use defaults to responding with the ISO-88591 charset in the headers. All the database code uses UTF-8, and I don't think the charsets should change along the pipeline. I'm not a web expert, but it seems we should stick with one format in the ContentType headers. One way to fix this is to enforce the encoding in the response servlet. I'm concerned we have bugs in the roundtrip between config, import, and export api endpoints. Need to investigate the ramifications of this on client code.

@transistorize transistorize self-assigned this Oct 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant