]> source.dussan.org Git - vaadin-framework.git/commit
Changed the handleSessionExpired logic to return a 404 instead of a 410 and added... 8.8 8.8.6
authoredler-san <19165931+edler-san@users.noreply.github.com>
Thu, 2 May 2019 11:26:14 +0000 (13:26 +0200)
committerZhe Sun <31067185+ZheSun88@users.noreply.github.com>
Thu, 8 Aug 2019 07:16:07 +0000 (10:16 +0300)
commit806103c71f352107f927a63ed36bf68564a45866
treebac3fbf8507efe666108e4df9392d93e783bcb9a
parent8c88da6f01cda8e0e0c45afd5791ac52ebda8db6
Changed the handleSessionExpired logic to return a 404 instead of a 410 and added the no-cache parameter to the reply. (#11556)

* Changed the handleSessionExpired logic to return a 404 instead of a 410. Also added the no-cache parameter to the reply.
See https://github.com/vaadin/framework/issues/4417 for discussion.
server/src/main/java/com/vaadin/server/communication/HeartbeatHandler.java