REST Application.cfc resolution fixed for multiple serviceMappings under the same parent folder

I just finally figured out and solved a bug with Application.cfc with REST mappings.

If you had multiple rest service mappings, all under the same parent folder, the bug was the first served REST request’s matched Application.cfc would be used for every other REST mapping under the same parent folder.

https://luceeserver.atlassian.net/browse/LDEV-5779?focusedCommentId=64105

Fixed in 6.2.3.28-SNAPSHOT and 7.0.0.355-SNAPSHOT

REST is currently still borked with 7 tho

https://luceeserver.atlassian.net/browse/LDEV-5776

PS remember Lucee 6.2 now only looks for the CFC in the serviceMapping folder

2 Likes