We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d93ed commit 3db34c8Copy full SHA for 3db34c8
src/main/java/com/flowingcode/vaadin/addons/errorwindow/ErrorView.java
@@ -29,7 +29,6 @@
29
/** View used to display an error message when navigation fails due to an exception. */
30
@SuppressWarnings("serial")
31
@DefaultErrorHandler
32
-@javax.annotation.security.PermitAll
33
@jakarta.annotation.security.PermitAll
34
public class ErrorView extends VerticalLayout implements HasErrorParameter<Exception> {
35
0 commit comments