vaadin / spring

Spring integration for Vaadin
https://vaadin.com/start
174 stars 101 forks source link

chore: remind Flow view must grant anonymous access if using setLoginView with path #1042

Closed mcollovati closed 1 year ago

mcollovati commented 1 year ago

If setLoginView is provided with a path to a Java Flow view, not accessible by anonymous users, when navigating to the login page the browser starts reloading the page infinitely.

This change updates javadoc to remind that the java class must be annotated with AnonymousAllowed.

Refs vaadin/flow#14582

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information