Changeset 294 for framework/trunk/fuseboxCircuit.cfc
- Timestamp:
- 12/25/06 18:49:31 (2 years ago)
- Files:
-
- 1 modified
-
framework/trunk/fuseboxCircuit.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
framework/trunk/fuseboxCircuit.cfc
r292 r294 69 69 </cfif> 70 70 </cfif> 71 <!--- remove pairs of directory/../ to form canonical path: ---> 72 <cfloop condition="find('/../',variables.fullPath) gt 0"> 73 <cfset variables.fullPath = REreplace(variables.fullPath,"[^\.:/]*/\.\./","") /> 74 </cfloop> 71 72 <cfset variables.fullPath = variables.fuseboxApplication.getCanonicalPath(variables.fullPath) /> 73 75 74 <!--- 76 75 this was not correctly normalized prior to ticket 139 but it didn't really matter
