]> source.dussan.org Git - vaadin-framework.git/commit
Set no-store headers on UIDL messages
authorLeif Åstrand <legioth@gmail.com>
Fri, 10 Nov 2017 15:11:03 +0000 (17:11 +0200)
committerPéter Török <31210544+torok-peter@users.noreply.github.com>
Fri, 10 Nov 2017 15:11:03 +0000 (17:11 +0200)
commit70219e5fa6a7beffbee5d2fd5814d9203512a06c
tree7cd862cdacb4aac9a97cb787f6c355ee5f265356
parent81399671acfa10ff4da607b3a8aaaa7a155be972
Set no-store headers on UIDL messages

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