Skip to content

Commit

Permalink
Fixes #1321
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Oct 2, 2013
1 parent 9647961 commit 98efbc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1851,7 +1851,7 @@ protected Map<String, String> configureQueryStringAsRequest(AtmosphereRequest re
request.contentType(s.length > 1 ? s[1] : "");
}
}
if (!s[0].toLowerCase().startsWith("x-atmosphere")
if (!s[0].toLowerCase().startsWith("x-atmo")
&& !s[0].equalsIgnoreCase("x-cache-date")
&& !s[0].equalsIgnoreCase("Content-Type")
&& !s[0].equalsIgnoreCase("_")) {
Expand Down

0 comments on commit 98efbc6

Please sign in to comment.