I have set up an entry point called "admin" in my ModuleConfig.cfc file on my module named "private". I am using the SES interceptor and have set up the following routes in my module:
I am trying to access an event handler that is located in a package within the module using the following URL: http://shlocal.com/admin/ajax/systemResources/editor. This throws an error saying the event "ajax.systemResource.editor" is not a valid registered event. If I use the module name explicitly instead of the entry point of "admin", then it resolves: http://shlocal.com/private/ajax/systemResources/editor. I would expect the entry point to resolve here when I am using a package reference in my event.
Fixed in 4.0