GitHub user sebbASF opened an issue:
https://github.com/apache/incubator-ponymail/issues/367
Bug: source.lua does not specify the charset
Source.lua returns the raw source as text/plain, but does not specify the
charset.
This can cause problems for some browsers, in particular Chrome does not
always guess correctly (and it's no longer possible to change the encoding).
At present the encoding is forced to UTF-8 (see #366), so it would make
sense to add that to the content-type. This may need to be revisited, depending
on how #366 is fixed.
----
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---