atuttle / Taffy

:candy: The REST Web Service framework for ColdFusion and Lucee
http://taffy.io
Other
226 stars 118 forks source link

Railo handles relative paths differently than ACF #47

Closed atuttle closed 13 years ago

atuttle commented 13 years ago

For example, in the basic /examples/api/ example, whereas ACF uses /examples/api/ as the base path for the relative lookup of "resources.beanName", Railo expects /taffy/core/resources/beanName.cfc.

This should be something resolvable by caching the location of Application.cfc on app startup; but it would be nice if we could update the framework + factory to try and make it work without mappings...

atuttle commented 13 years ago

Resolved: https://github.com/atuttle/Taffy/commit/f932022ef201b47cca2163a9c5f39260c0053574