<div dir="ltr"><div><div><div><div><div>I'm making a backwards-compatible implementation with an existing REST interface which has a lot of literal '*' characters in the paths, like:<br><br></div>/devices/:name/*/integer<br>
</div>/devices/:name/*<br><br></div>But Dancer2 interprets the splat and tends to make it interfere with other routes.  Is there any way to make it use it as a literal '*' character?  I tried a regex:<br><br>qr{/devices/:name/\*/integer}<br>
<br></div>But that didn't seem to do the trick.<br><br></div>Thanks,<br>Timm<br></div>