Open denis-anisimov opened 6 years ago
Make tests for Spring for non root servlet context. Currently all existing tests are intended to work with root servlet context only.
We need more tests which at least verifies the proper webjar handling in non root servlet context.
Most likely it is enough to test only Spring Boot as jar.
Please note that at the moment an additional Servlet is required which handles webjar for non-root context.
See https://github.com/vaadin/flow/issues/4685 for similar thing in vanilla Flow
Make tests for Spring for non root servlet context. Currently all existing tests are intended to work with root servlet context only.
We need more tests which at least verifies the proper webjar handling in non root servlet context.
Most likely it is enough to test only Spring Boot as jar.
Please note that at the moment an additional Servlet is required which handles webjar for non-root context.