spring icon indicating copy to clipboard operation
spring copied to clipboard

Test webjar for non-root servlet context

Open denis-anisimov opened this issue 7 years ago • 1 comments

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.

denis-anisimov avatar Sep 19 '18 08:09 denis-anisimov

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

pleku avatar Oct 17 '18 07:10 pleku