RE: CF10 administrator "error accessing this page" [SEC=UNCLASSIFIED]

2012-07-19 Thread Miles Jordan
Dave Watts wrote: >>> During the install, did you check the "Secure Profile" checkbox? >> >> Yep, but I also supplied my local IP as an allowed Administrator >> address, and not using a proxy. These are some of the settings I pulled from >> Ray's Security Profile CF Admin extension: >> >> Use UU

Adding cache headers on binary stream

2012-07-19 Thread Michael Christensen
I have a variables (Pic) which contains image data read with cffile. In order to write it directly back to the browser, I use the following code: context = getPageContext(); context.setFlushOutput(false); response = context.getResponse().getResponse(); out = response.getOutputStream()