[Coldbox 3.8.0] _securedURL inflating into prc instead of rc

Hello,

I am seeing a very strange behavior where the “_securedURL” parameter coming out of the “coldbox.system.interceptors.Security” interceptor is being inflated into the prc scope. From the documentation and ContentBox examples it appears that it should inflate into the rc scope instead. Any ideas why this is happening?

Thanks,
Micah

Never mind. I found the issue in my flash scope config:

`

// flash scope configuration
flash = {scope = “cache”, properties = { cacheName=“template” }, inflateToRC = false, inflateToPRC = true};

`

The docs may just be out of date. Is it causing an issue that it’s in prc, or was it just unexpected?

prc is probably the more correct place for it to be so Luis likely updated it at some point and forgot to update the docs.
Can you provide the URL to the docs where you’re reading this?

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

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