scaladin icon indicating copy to clipboard operation
scaladin copied to clipboard

3.2 issue with demoUI

Open fancellu opened this issue 8 years ago • 0 comments

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.

fancellu avatar Oct 21 '16 23:10 fancellu