Can routes fallback from a module to a handler (or vice versa)?

I posted this over on StackOverflow, but thought I’d mention it here as well (see http://stackoverflow.com/questions/43641019/coldbox-module-name-collision-with-handler-package)

Basically I’d like to have URLs that can resolve to either an external module or to a regular handler, but I’m getting a redirect loop when I try to give the the module an entryPoint that’s the same as a package in my app’s /handlers directory.

Is this
a) possible
or
b) the worst idea?

:slight_smile:

thanks in advance
Jon

Drat - forgot to include [coldbox-4.2.0] in the subject.