You can stop any particular application from accessing any particular custom
tags path by denying them access with a sanbox.
But if the application tries to use a custom tag that is in that path, you
will get an access denied message.
Coldfusion will always use the first instance of a custom tag it finds, it
will first look in the local folder of the calling template, then it will
look in the default custom tags path, then it will look in additional custom
tag paths.

If you want to have multiple copies of the same tag on a server that can be
called using the CF_MyTag syntax, then they need to have difference names or
be in a different instance.
You cannot have two sites running on the same instance of CF using the same
cf_Customtag, but actually using two different versions of the tag file.
The application will have to keep the tags locally, use CFMODULE or CFIMPORT
to use it's own version of a tag and not the one in the custom tags folder.


--
russ

-----Original Message-----
From: Troy Simpson [mailto:[EMAIL PROTECTED] 
Sent: 23 October 2005 14:49
To: CF-Talk
Subject: Re: Sandbox Security, CFC, and cftag Path. Oh My!!

> -Is it possible to restrict an application to use only certain paths 
> stored in the Custom Tag Path with or without SandBox Security?
> Yes, by specifying which paths are allowed within the sanbox. This is 
> the purpose of a sanbbox, to specify which paths/files/tags etc an 
> application has access to.

Let me see if I understand this correctly.  Eventhough there may be 100
Custom Tag Paths defined in the Coldfusion Administrator for a ColdFusion
Instance, an applicatation can be restricted to use only specific ones.
Therefore, if Mach-II is installed in multiple places, the application will
not find the other Mach-II installations.  Is this correct?  Thanks, Troy

On 10/22/05, Snake <[EMAIL PROTECTED]> wrote:
> -Maybe this is a better question.
>
> -Is it possible to restrict an application to use only certain paths 
> stored in the Custom Tag Path with or without SandBox Security?
> Yes, by specifying which paths are allowed within the sanbox. This is 
> the purpose of a sanbbox, to specify which paths/files/tags etc an 
> application has access to.
>
> -Is it possible to restrict an application to use only certain 
> ColdFusion Mappings with or without SandBox Security?
> If you have created a sandbox that allows an application to only 
> access paths within it's home directory, then it if tries to use a 
> mapping that it outside of that, it will not work and will give access
denied.
>
> --
> Russ
>
>
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221971
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to