]> source.dussan.org Git - vaadin-framework.git/commit
Set heartbeat response Content-Type to text/plain (#12182)
authorJohannes Dahlström <johannesd@vaadin.com>
Tue, 9 Jul 2013 09:03:30 +0000 (12:03 +0300)
committerJohannes Dahlström <johannesd@vaadin.com>
Tue, 9 Jul 2013 09:03:30 +0000 (12:03 +0300)
commit6a4bbe52c399c58d43d7f81f322fe8b090df6921
tree9e231931a5a26adee9da4567eb3c0d7572e1f6dc
parent775c9693e0778894498ff45cac4512fa69e8cb3d
Set heartbeat response Content-Type to text/plain (#12182)

By default browsers assume text/html and may complain about an empty response body.

Change-Id: I66ed1aef3421a7f0a618bc441ffab1dc0efbdc71
server/src/com/vaadin/server/communication/HeartbeatHandler.java