Link test.

2010-02-01 Thread Ian Skinner

Can a few of you out there in CF-Talk land test this link and tell me if 
you get the expect JavaScript file or something else?

http://apps.cdpr.ca.gov/cfscripts/cfform.js



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330300
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Link test.

2010-02-01 Thread DURETTE, STEVEN J (ATTASIAIT)

JS file downloaded for me.


-Original Message-
From: Ian Skinner [mailto:h...@ilsweb.com] 
Sent: Monday, February 01, 2010 10:52 AM
To: cf-talk
Subject: Link test.


Can a few of you out there in CF-Talk land test this link and tell me if

you get the expect JavaScript file or something else?

http://apps.cdpr.ca.gov/cfscripts/cfform.js





~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330301
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Link test.

2010-02-01 Thread Scott Stewart

File download prompt

-Original Message-
From: Ian Skinner [mailto:h...@ilsweb.com] 
Sent: Monday, February 01, 2010 10:52 AM
To: cf-talk
Subject: Link test.


Can a few of you out there in CF-Talk land test this link and tell me if 
you get the expect JavaScript file or something else?

http://apps.cdpr.ca.gov/cfscripts/cfform.js





~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330302
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Link test.

2010-02-01 Thread Dave Watts

 Can a few of you out there in CF-Talk land test this link and tell me if
 you get the expect JavaScript file or something else?

 http://apps.cdpr.ca.gov/cfscripts/cfform.js

I got it.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330303
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Link test.

2010-02-01 Thread Ian Skinner


I got it.

Dave Watts, CTO, Fig Leaf Software

Thanks everybody who checked.  It is good that you got the file, but I am 
curious.

Would those of you who are experienced with Apache httpd.conf configurations 
have expected to have successfully connected with this Directory block.

Directory /export/home/path/to/our/cfide/scripts
  Order deny,allow
  Allow from .apps.cdpr.ca.gov
/Directory

From my reading of the Apache documentation for the Order, Allow, and Deny 
directives, I would have expected that this Directory block would only allow 
users from the apps.cdpr.ca.gov domain to connect.  

But apparently that is not what is happening.  Unless all of you who tested 
this are somehow working from our building today? :-P 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330305
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Link test.

2010-02-01 Thread Ian Skinner

 Directory /export/home/path/to/our/cfide/scripts
 Order deny,allow
 Allow from .apps.cdpr.ca.gov
 /Directory

To answer my own question -- I think  Upon a third and forth reading of the 
documentation I think I understand what is happening here, which is basically 
nothing.

Order deny, allow 
This says process all deny directives then process all allow directives and 
then allow anybody who is not covered by either of them.

Allow from .apps.cdpr.ca.gov.  
If you are from the apps.cdpr.ca.gov domain you are allowed in.

There are *no* deny directives so nobody is denied.

Everybody left (which is everybody) are allowed in.



This is actually what we want for this directory, but I think I will rewrite 
this directory ... block to make it a bit clearer that this is the desired 
result.

Thanks for listening
Ian



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330309
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Link test.

2010-02-01 Thread Matt Quackenbush

I believe you need a Deny All in there.


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330310
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Link test.

2010-02-01 Thread Ian Skinner

I believe you need a Deny All in there.

Actually not, because we don't want this directory denied.  But that was the 
block of code I inherited, and I wanted to understand how it was working before 
I monkeyed with it.

We actually do want to allow all on that particular directory, so I rewrote the 
block to clearly state that is what we are asking. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330311
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Link test.

2010-02-01 Thread Maureen

Mozilla 3.5.7 - Windows XP - JS displays on screen in browser.

On Mon, Feb 1, 2010 at 7:52 AM, Ian Skinner h...@ilsweb.com wrote:

 Can a few of you out there in CF-Talk land test this link and tell me if
 you get the expect JavaScript file or something else?

 http://apps.cdpr.ca.gov/cfscripts/cfform.js

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330318
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4