In my case it is easy enough to calculate based on...
# javalin
s
In my case it is easy enough to calculate based on
Context.path
and the number of slashes in
Context.matchedPath
, so it isn't a huge problem (certainly isn't preventing me from using Javalin 3).