Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Vaadin XS - Invalid security key received from x.x.x.x
Hi,
I created a simple application "hello world" with integration of Vaadin XS add-on.
When i run application in tomcat , i have this message :
INFO: TestVaadinXs Application: Invalid security key received from 127.0.0.1
How to solve this problem ?
Thanks in advance,
Béchir
Hi,
What browser, which version of the add-on? The one is the Directory is terribly outdated. It don't work anymore with e.g. latest Safari versions since Apple fixed the "security weakness" that Google famously used to overcome third party cookie restrictions. We used the same hack :-) The warning might come from that.
The version in the SVN should work much better. Keeps session data in UIDL requests so that cookies are not needed at all. It also has several other enhancements.
cheers,
matti
Matti Tahvonen: Hi,
What browser, which version of the add-on? The one is the Directory is terribly outdated. It don't work anymore with e.g. latest Safari versions since Apple fixed the "security weakness" that Google famously used to overcome third party cookie restrictions. We used the same hack :-) The warning might come from that.
The version in the SVN should work much better. Keeps session data in UIDL requests so that cookies are not needed at all. It also has several other enhancements.
cheers,
matti
I have the same problem with glassfish, Firefox (version 20.0) and the vaadin-xs version is the one from SVN.
Is there any solution? Or any clue to solve this issue?