File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
src/main/java/com/flowingcode/vaadin/addons/errorwindow Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 125125 <version >3.0.0</version >
126126 <scope >test</scope >
127127 </dependency >
128+ <dependency >
129+ <groupId >javax.annotation</groupId >
130+ <artifactId >javax.annotation-api</artifactId >
131+ <version >1.3.2</version >
132+ </dependency >
128133 </dependencies >
129134
130135 <build >
Original file line number Diff line number Diff line change 66import com .vaadin .flow .router .ErrorParameter ;
77import com .vaadin .flow .router .HasErrorParameter ;
88import com .vaadin .flow .router .internal .DefaultErrorHandler ;
9+ import javax .annotation .security .PermitAll ;
910import org .apache .http .HttpStatus ;
1011
1112@ SuppressWarnings ("serial" )
1213@ DefaultErrorHandler
14+ @ PermitAll
1315public class ErrorView extends VerticalLayout implements HasErrorParameter <Exception > {
1416
1517 @ Override
You can’t perform that action at this time.
0 commit comments