Changeset 294 for framework/trunk/fuseboxPlugin.cfc
- Timestamp:
- 12/25/06 18:49:31 (2 years ago)
- Files:
-
- 1 modified
-
framework/trunk/fuseboxPlugin.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
framework/trunk/fuseboxPlugin.cfc
r292 r294 110 110 this.path,arguments.fbApp.getApplicationRoot()) /> 111 111 </cfif> 112 <!--- remove pairs of directory/../ to form canonical path: ---> 113 <cfloop condition="find('/../',this.rootpath) gt 0"> 114 <cfset this.rootpath = REreplace(this.rootpath,"[^\.:/]*/\.\./","") /> 115 </cfloop> 112 113 <cfset this.rootpath = arguments.fbApp.getCanonicalPath(this.rootpath) /> 116 114 117 115 <cfset variables.parameters = arguments.pluginXML.xmlChildren />
