I have a strange bug in my app when using Chrome 69.0.3497.81. The app works fine with previous versions of Chrome, as well as the latest Firefox, Opera and Edge.
The web-app is a Spring Boot application with Spring Boot Security (2.0.4) combined with Vaadin (8.5.1)
I have made a minimal project that exhibits the bug that can be found in https://github.com/npetalid/chromebug.git
The app shows a page with 6 buttons that upload a file. The buttons are identical. The 6th button you press (order does not play any role) fails. It waits for an answer from the server that never comes.
Uploading using the same button many times, is not a problem.
The bug only appears when spring boot security is on. I tried it on Chrome on Windows 10 and MacOs High Sierra.
As this bug is a combination of Chrome, Spring Boot Security and Vaadin I have no idea where else to ask, and thus I am asking the group here. If you feel that the question should be posted elsewhere, let me know