RESTful Mapping Pathes ignored in 5.3.x?

Hi @hier, I’m wondering if it is possible to have a rest path mapping defined in the lucee-web.xml (e.g. /projects) and to put a component in that directory, that has restpath=“/”, so that if I query https://[myserver]/rest/projects/ it call the function with httpmethod=“GET” annotation from the component with restpath=“/”.
I tried it, but the server says: “no rest service for [/] found in mapping [/projects]”