vaadin / spring

Spring integration for Vaadin
https://vaadin.com/start
177 stars 101 forks source link

Test webjar for non-root servlet context #348

Open denis-anisimov opened 6 years ago

denis-anisimov commented 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.

pleku commented 6 years ago

See https://github.com/vaadin/flow/issues/4685 for similar thing in vanilla Flow