mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 18:30:42 +00:00
Remove test header
This commit is contained in:
parent
7878b5fc83
commit
970172855e
@ -34,7 +34,6 @@ public class Application extends SpringBootServletInitializer
|
||||
// https://github.com/vaadin/flow/issues/8942
|
||||
String url = request.getPathInfo();
|
||||
if (!url.equals("/") && !ROUTE_PATTERN.matcher(url).matches()) {
|
||||
response.setHeader("X-ME", "test");
|
||||
response.setStatus(404);
|
||||
}
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user