scaladin
scaladin copied to clipboard
3.2 issue with demoUI
https://github.com/henrikerola/scaladin/blob/3.2/demo/src/main/scala/vaadin/scala/demo/DemoUI.scala
The demoUI seems to be in scope, so when I say the below in my own code
@WebServlet(urlPatterns = Array("/*"))
I get an error
java.lang.IllegalStateException: Multiple servlets map to path: /*: vaadin.scala.demo.Servlet,Servlet
i.e. they collide.