Skip to content

minimal reproduction of suspected issue with http4s jetty server

Notifications You must be signed in to change notification settings

talbotja/repro-http4s-jetty-prefix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal jetty prefix bug reproduction

To start servers (jetty on 8080 and blaze on 8081) both serving the same routes:

sbt run

To test:

curl localhost:8080/pref-a/pref-b/test-resource
curl localhost:8081/pref-a/pref-b/test-resource

Expect both to return Ok(should be found).

In reality, blaze appears to work correctly but jetty returns InternalServerError(should not be found).

About

minimal reproduction of suspected issue with http4s jetty server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages