404 for js files when using spring boot with vaadin
问题 I have a problem when using spring security in a vaadin project with spring-boot. So I'am using a PdfViewer Addon to display PDF Files. But I'm getting the following error message: error:"Not Found" message:"No message available" path:"/APP/PUBLISHED/pdf.worker.js" status:404 and my spring security configuration looks like this: @Override protected void configure(HttpSecurity http) throws Exception { http .headers() .defaultsDisabled() .frameOptions().sameOrigin().and() .csrf().disable() //