]> source.dussan.org Git - vaadin-framework.git/commit
Set no-store headers on UIDL messages (#10308)
authorOlli Tietäväinen <ollit@vaadin.com>
Mon, 13 Nov 2017 07:16:25 +0000 (09:16 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Nov 2017 07:16:25 +0000 (09:16 +0200)
commit1051b3c326db84dad9242356fab251676618314b
tree70315fb4737a65e0a6ca71953572316d4f895f02
parent57f51cb19eb6593ec0a21a50ec0125f98ae9611a
Set no-store headers on UIDL messages (#10308)

UIDL might contain sensitive information that we should prevent from
being stored anywhere.
server/src/main/java/com/vaadin/server/communication/UIInitHandler.java