Javalin webserver in java, ctx.pathParam(“mypath”) thows IllegalArgumentException ‘mypath’ is not a valid path-param for ‘*’ in before
as I had the issues evaluating the ctx.pathParam("mypath")
inside of a before handler, I want to share my issue as well as my solution.