GitHub user neykov opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/377
Move character set info with first 1024 bytes.
Firefox expects the header within the first 1K. See
https://bugzilla.mozilla.org/show_bug.cgi?id=672453.
Fixes the following warning from FF console:
```
The page was reloaded, because the character encoding declaration of the
HTML document was not found when prescanning the first 1024 bytes of the file.
The encoding declaration needs to be moved to be within the first 1024 bytes of
the file.
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/neykov/incubator-brooklyn move-charset
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/377.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #377
----
commit 24339cb2ec97f4eaa7390db61c724397125089b4
Author: Svetoslav Neykov <[email protected]>
Date: 2014-12-08T19:35:15Z
Move character set info with first 1024 bytes.
Firefox expects the header within the first 1K
----
---
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.
---