[
https://issues.apache.org/jira/browse/SERF-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb reopened SERF-197:
-----------------------
I am still seeing the following when using
$ curl -s https://serf.apache.org/ | more
<U+FEFF><!DOCTYPE html>
<html lang="en">
<head>
<title>Apache Serf</title>
<meta charset="utf-8">
Note: must pipe into more to see the character (or save the output and use a
tool that shows special characters).
Given that the character is a BOM for UTF-16, and the page charset is UTF-8, I
don't think the BOM should be there.
> Website content starts with U+FEFF
> ----------------------------------
>
> Key: SERF-197
> URL: https://issues.apache.org/jira/browse/SERF-197
> Project: serf
> Issue Type: Bug
> Reporter: Sebb
> Priority: Minor
>
> Curl shows that the Serf web-pages start with U+FEFF.
> $ curl -s https://serf.apache.org | head -1 | more
> <U+FEFF><!DOCTYPE html>
> This does not seem right.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)