Reproduce a little change in the router behaviour between 3.9.1 and 3.9.2
- Run
mvn clean install exec:java
- Go to
http://localhost:8888/static
- Should display
Static script loaded
- Stop it
- Change Vert.x-web to version 3.9.2 in pom.xml
- Run
mvn clean install exec:java
- Go to
http://localhost:8888/static
- Should redirect using a 301 HTTP Code to
http://localhost:8888/static/
- Should display
Failed to get script