RE: Re: Re: Re: Re: Re: [coldbox:20833] [coldbox-3.7.1] onRequestEnd not working and legacy views

The URL rewrite seems like it would work but I don’t know enough about your setup to know if it covers everything. You’ll want to make sure it takes things like images or remote CFCs (if any) into account.

Regarding multiple external lookup locations, we have a ticket in our system for that but it’s not in our current roadmap.
https://ortussolutions.atlassian.net/browse/COLDBOX-29

There are two ways that ticket can be made to get completed sooner:

  1. Someone collaborates to add the functionality and submits a pull request.
  2. You sponsor the enhancement and pay Ortus to build it immediately. (Many features such as modules and async interceptors have come about this way)

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Brad,

Actually a colleague of mine and myself, tinkered with the framework, to make the multiple locations thing work.
Basically turning the externalViewLocations into an array, and then modifying the framework files to loop through that array if necessary.
In: system\plugins\Renderer.cfc the locateView method()
Would you like us to submit that code for your review?

Thanks,
cbfan

Sure, you can submit it as a pull request via GitHub. Here’s a webinar on just that topic:

http://www.coldbox.org/media/cbdw2013#1_4

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com