CFLOCATION page execution

2005-02-14 Thread Jim McAtee
I'd just to verify that I understand how CFLOCATION works (after using the tag for six+ years :). The help says: "Stops page execution and opens a ColdFusion page or HTML file." This means that when a CFLOCATION tag is encountered by CF that CF returns the necessary HTTP headers to the web ser

Re: CFLOCATION page execution

2005-02-14 Thread Barney Boisvert
Yes, that's correct. Simple to test, just run this file: http://www.google.com"; /> That file should NEVER be created. cheers, barneyb On Mon, 14 Feb 2005 16:37:54 -0700, Jim McAtee <[EMAIL PROTECTED]> wrote: > I'd just to verify that I understand how CFLOCATION works (after using the > tag f

RE: CFLOCATION page execution

2005-02-14 Thread Dave Watts
> I'd just to verify that I understand how CFLOCATION works > (after using the tag for six+ years :). The help says: > > "Stops page execution and opens a ColdFusion page or HTML file." > > This means that when a CFLOCATION tag is encountered by CF > that CF returns the necessary HTTP headers

Re: CFLOCATION page execution

2005-02-15 Thread Raymond Camden
Just to remind folks - if you are using Application.cfc and onError - every cflocation calls onError. See my blog posting on it. On Mon, 14 Feb 2005 16:37:54 -0700, Jim McAtee <[EMAIL PROTECTED]> wrote: > I'd just to verify that I understand how CFLOCATION works (after using the > tag for six+ ye

Re: CFLOCATION page execution

2005-02-15 Thread Barney Boisvert
Ray, is this because of an implicit call to CFABORT to terminate after CFLOCATION writes the headers, and conseqently CFABORT also calls onError, or is it a different scenario? cheers, barneyb On Tue, 15 Feb 2005 10:04:28 -0600, Raymond Camden <[EMAIL PROTECTED]> wrote: > Just to remind folks - i

Re: CFLOCATION page execution

2005-02-15 Thread Raymond Camden
I'm not sure why - it just came up before the release. Err in that thing I can't talk about. ;) Anyway, I'm pretty sure CFABORT does NOT fire onError, just CFLOCATION. Hopefully 7.1, or "Updater" or whatever comes next will correct it. :) On Tue, 15 Feb 2005 11:02:23 -0800, Barney Boisvert <[EMA

RE: CFLOCATION page execution

2005-02-15 Thread Bryan F. Hogan
- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 15, 2005 3:08 PM To: CF-Talk Subject: Re: CFLOCATION page execution I'm not sure why - it just came up before the release. Err in that thing I can't talk about. ;) Anyway, I'm pretty sure CFABORT does NOT fir

RE: CFLOCATION page execution

2005-02-15 Thread Dawson, Michael
PROTECTED] Sent: Tuesday, February 15, 2005 2:21 PM To: CF-Talk Subject: RE: CFLOCATION page execution Are people using Application.cfc to replace their Application.cfm file? It seems strange to me to have a CFC anyplace other than a component folder. What uses have people found for their Appli

Re: CFLOCATION page execution

2005-02-15 Thread Raymond Camden
y, February 15, 2005 3:08 PM > To: CF-Talk > Subject: Re: CFLOCATION page execution > > I'm not sure why - it just came up before the release. Err in that > thing I can't talk about. ;) > > Anyway, I'm pretty sure CFABORT does NOT fire onError, just >

RE: CFLOCATION page execution

2005-02-15 Thread Bryan F. Hogan
Mudder Fudder! :-) How have you been using your Application.cfc? -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 15, 2005 3:53 PM To: CF-Talk Subject: Re: CFLOCATION page execution <[EMAIL PROTECTED]> wrote: > Are people using Applicati

Re: CFLOCATION page execution

2005-02-15 Thread Raymond Camden
aymond Camden [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 15, 2005 3:53 PM > To: CF-Talk > Subject: Re: CFLOCATION page execution > > <[EMAIL PROTECTED]> wrote: > > Are people using Application.cfc to replace their Application.cfm file? > > Yep. > > >

Re: CFLOCATION page execution

2005-02-15 Thread Adam Haskell
sing your Application.cfc? > > > > -Original Message- > > From: Raymond Camden [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, February 15, 2005 3:53 PM > > To: CF-Talk > > Subject: Re: CFLOCATION page execution > > > > <[EMAIL PROTECTED]> wro