Perspective Page Configuration URL priority

Hi all,
coming from a VueJS background, I thought that Page Configuration works the same way that VueJS Router does, as to URL matching priority:
VueJS Router Matching Priority
Instead if my page configuration is something like;
image
URLs /hucreate, /hucreate-multisn and the like are all mapped to /:repartoLineaPosId, even if this last URL is the last in the list.
Am I doing anything wrong?

Thanks in advance, regards

It does not. The static part of any page URL that has parameters must be unique from any other page URLs. (They aren't actually ordered.)

Ok, thanks @pturmel - could be an improvement to Ignition router.

It's Jetty's router. Not much room for improvement, the way it layers servlets.