Hi all
I've hit a wall with this one:
My understanding is that application.cfm will only secure *.cfm files.
If I have users uploading word doc's or pdf's into the application root they will be open to access via an absolute url without any cf challenge, right?
I'm trying to figure out how to lock these files down.
<cfcontent> to the files outside the application root was an option, but as this application will run from an SSL server, I hear there could be problems.
I tried advanced security and it wouldn't lock down these files, even if I specified *.doc for example.
I would like to avoid NT security on this one if possible, due to the number of seperate accounts which need to be created.
Any ideas?
Cheers
Nero
I've hit a wall with this one:
My understanding is that application.cfm will only secure *.cfm files.
If I have users uploading word doc's or pdf's into the application root they will be open to access via an absolute url without any cf challenge, right?
I'm trying to figure out how to lock these files down.
<cfcontent> to the files outside the application root was an option, but as this application will run from an SSL server, I hear there could be problems.
I tried advanced security and it wouldn't lock down these files, even if I specified *.doc for example.
I would like to avoid NT security on this one if possible, due to the number of seperate accounts which need to be created.
Any ideas?
Cheers
Nero