ah i c :)

-----Original Message-----
From: Reynolds, Adam [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 19, 2000 9:16 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [Fusebox] auto redirecting straying sheep?


I meant... that I hadn't :)
Adam

> ----------
> From:         Brian P. Doyle[SMTP:[EMAIL PROTECTED]]
> Sent:         19 September 2000 14:04
> To:   [EMAIL PROTECTED]
> Subject:      RE: [Fusebox] auto redirecting straying sheep?
>
> actually I did read the whole thread, perhaps he had not.  I was just
> explaining to you where he was coming from as it was not aparent in your
> response to his statement that you understood.
>
> -----Original Message-----
> From: Reynolds, Adam [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 19, 2000 8:58 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: [Fusebox] auto redirecting straying sheep?
>
>
> Sigh... the wonder of not reading the whole thread...
>
> Adam
>
> > ----------
> > From:       Brian P. Doyle[SMTP:[EMAIL PROTECTED]]
> > Sent:       19 September 2000 13:55
> > To:         [EMAIL PROTECTED]
> > Subject:    RE: [Fusebox] auto redirecting straying sheep?
> >
> > actually I think he was referring to the "Application Files" article
> > written
> > by Steve Nelson that essentially talks about the strengths that
> app_locals
> > and app_globals have over application.cfm
> > -Brian
> >
> > -----Original Message-----
> > From: Reynolds, Adam [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 19, 2000 8:48 AM
> > To: '[EMAIL PROTECTED]'
> > Subject: RE: [Fusebox] auto redirecting straying sheep?
> >
> >
> > Application.cfm is always defined in Fusebox. Basically if you attempt
> to
> > call anything other than by index.cfm, the code will redirect you to the
> > main page or in the case below of the action for a 'badfile'.
> >
> > This is a basic building block of Fusebox.
> >
> > Adam
> > > ----------
> > > From:     Tollervey[SMTP:[EMAIL PROTECTED]]
> > > Sent:     19 September 2000 13:51
> > > To:       [EMAIL PROTECTED]
> > > Subject:  Re: [Fusebox] auto redirecting straying sheep?
> > >
> > > Application.cfm? This is Fusebox.
> > > ----- Original Message -----
> > > From: "BORKMAN Lee" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Tuesday, September 19, 2000 4:25 AM
> > > Subject: RE: [Fusebox] auto redirecting straying sheep?
> > >
> > >
> > > > Try this snippet in your only Application.cfm (in your main
> > application
> > > > directory):
> > > >
> > > > <cfif findnocase("cfm",cgi.CF_TEMPLATE_PATH) and not
> > > > findnocase("index.cfm",cgi.CF_TEMPLATE_PATH)>
> > > > <cflocation url="index.cfm?badfile=yes">
> > > > </cfif>
> > > >
> > > > Straight from the FuseBox.org code,
> > > >
> > > > Lee (Bjork) Borkman
> > > > http://bjork.net ColdFusion Tags by Bjork
> > > >
> > > >
> > > > -----Original Message-----
> > > > From: David Harris [mailto:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, September 19, 2000 1:11 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: [Fusebox] auto redirecting straying sheep?
> > > >
> > > >
> > > > This is a multi-part message in MIME format.
> > > >
> > > > ------_=_NextPart_001_01C021DE.DCA0E7B1
> > > > Content-Type: text/plain;
> > > > charset="iso-8859-1"
> > > > Content-Transfer-Encoding: quoted-printable
> > > >
> > > > Has anyone included a cflocation in each fuse to ensure that someone
> > > > isn't trying to squirrel their way into your app. I know the fuse
> > names
> > > > never reveal themselves to the end user, but as fusebox gains in
> > > > popularity, people will try to type app_globals or dsp_login just to
> > > > see. All we need is to wrap it in a cfif that checks the referring
> > url,
> > > > I think. Better to be safe than sorry. Haven't tried it myself...
> yet.
> > > >
> > > > David Harris
> > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > > > Consulara Technology Partners
> > > > 678-725-3824
> > > > [EMAIL PROTECTED]=20
> > > >
> > > > ------_=_NextPart_001_01C021DE.DCA0E7B1
> > > > Content-Type: text/html;
> > > > charset="iso-8859-1"
> > > > Content-Transfer-Encoding: quoted-printable
> > > >
> > > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
> > > > <HTML>
> > > > <HEAD>
> > > > <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
> > > > charset=3Diso-8859-1">
> > > > <META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
> > > > 6.0.4368.4">
> > > > <TITLE>auto redirecting straying sheep?</TITLE>
> > > > </HEAD>
> > > > <BODY>
> > > > <!-- Converted from text/plain format -->
> > > >
> > > > <P><FONT SIZE=3D2>Has anyone included a cflocation in each fuse to =
> > > > ensure that someone isn't trying to squirrel their way into your
> app.
> > I
> > > =
> > > > know the fuse names never reveal themselves to the end user, but as
> =
> > > > fusebox gains in popularity, people will try to type app_globals or
> =
> > > > dsp_login just to see. All we need is to wrap it in a cfif that
> checks
> > =
> > > > the referring url, I think. Better to be safe than sorry. Haven't
> > tried
> > > =
> > > > it myself... yet.</FONT></P>
> > > >
> > > > <P><FONT SIZE=3D2>David Harris</FONT>
> > > >
> > > > <BR><FONT SIZE=3D2>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D</FONT>
> > > >
> > > > <BR><FONT SIZE=3D2>Consulara Technology Partners</FONT>
> > > >
> > > > <BR><FONT SIZE=3D2>678-725-3824</FONT>
> > > >
> > > > <BR><FONT SIZE=3D2>[EMAIL PROTECTED] </FONT>
> > > > </P>
> > > >
> > > > </BODY>
> > > > </HTML>
> > > > ------_=_NextPart_001_01C021DE.DCA0E7B1--
> > > >
> > >
> >
> --------------------------------------------------------------------------
> > > --
> > > > --
> > > > To Unsubscribe visit
> > > >
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox
> > > or
> > > > send a message to [EMAIL PROTECTED] with
> 'unsubscribe'
> > > in
> > > > the body.
> > > >
> > >
> >
> --------------------------------------------------------------------------
> > > ----
> > > > To Unsubscribe visit
> > >
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox
> > or
> > > send a message to [EMAIL PROTECTED] with 'unsubscribe'
> > in
> > > the body.
> > >
> > >
> > >
> >
> --------------------------------------------------------------------------
> > > ----
> > > To Unsubscribe visit
> > >
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox
> > or
> > > send a message to [EMAIL PROTECTED] with 'unsubscribe'
> > in
> > > the body.
> > >
> > **********************************************************************
> >  This email and any attachments are confidential and solely
> >  for the use of the intended recipient.  They may contain
> >  material protected by legal professional or other privilege.
> >  If you are not the intended recipient or the person responsible
> >  for delivering to the intended recipient, you are not authorised
> >  to and must not disclose, copy, distribute or retain this email
> >  or its attachments.  Although this email and its attachments
> >  are believed to be free of any virus or other defect, it is the
> >  responsibility of the recipient to ensure that they are virus free
> >  and no responsibility is accepted by the company for any
> >  loss or damage arising from receipt or use thereof.
> >
> > **********************************************************************
> >
> --------------------------------------------------------------------------
> > --
> > --
> > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox
> or
> > send a message to [EMAIL PROTECTED] with 'unsubscribe'
> in
> > the body.
> >
> >
> --------------------------------------------------------------------------
> > ----
> > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox
> or
> > send a message to [EMAIL PROTECTED] with 'unsubscribe'
> in
> > the body.
> >
> **********************************************************************
>  This email and any attachments are confidential and solely
>  for the use of the intended recipient.  They may contain
>  material protected by legal professional or other privilege.
>  If you are not the intended recipient or the person responsible
>  for delivering to the intended recipient, you are not authorised
>  to and must not disclose, copy, distribute or retain this email
>  or its attachments.  Although this email and its attachments
>  are believed to be free of any virus or other defect, it is the
>  responsibility of the recipient to ensure that they are virus free
>  and no responsibility is accepted by the company for any
>  loss or damage arising from receipt or use thereof.
>
> **********************************************************************
> --------------------------------------------------------------------------
> --
> --
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
> --------------------------------------------------------------------------
> ----
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
**********************************************************************
 This email and any attachments are confidential and solely
 for the use of the intended recipient.  They may contain
 material protected by legal professional or other privilege.
 If you are not the intended recipient or the person responsible
 for delivering to the intended recipient, you are not authorised
 to and must not disclose, copy, distribute or retain this email
 or its attachments.  Although this email and its attachments
 are believed to be free of any virus or other defect, it is the
 responsibility of the recipient to ensure that they are virus free
 and no responsibility is accepted by the company for any
 loss or damage arising from receipt or use thereof.

**********************************************************************
----------------------------------------------------------------------------
--
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to