Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Reproduce a little change in the router behaviour between 3.9.1 and 3.9.2

Notifications You must be signed in to change notification settings

Olympe-ch/reproducer-vert.x-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproduce vert.x router behaviour

Reproduce a little change in the router behaviour between 3.9.1 and 3.9.2

check working 3.9.1

  1. Run mvn clean install exec:java
  2. Go to http://localhost:8888/static
  3. Should display Static script loaded
  4. Stop it

check changed behaviour 3.9.2

  1. Change Vert.x-web to version 3.9.2 in pom.xml
  2. Run mvn clean install exec:java
  3. Go to http://localhost:8888/static
  4. Should redirect using a 301 HTTP Code to http://localhost:8888/static/
  5. Should display Failed to get script

About

Reproduce a little change in the router behaviour between 3.9.1 and 3.9.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published