I have a bunch of paths with splats, e.g.: `/list/...
# javalin
s
I have a bunch of paths with splats, e.g.:
/list/*
,
/history/*
,
/multi-part-upload/start/*
,
/multi-part-upload/part/*
where the
*
is a key that may include slashes.