Changeset 1734
- Timestamp:
- 08/27/08 22:25:47 (4 months ago)
- Files:
-
- coldbox/trunk/system/interceptors/ses.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
coldbox/trunk/system/interceptors/ses.cfc
r1733 r1734 278 278 <!--- Try to match this route against the URL ---> 279 279 <cfset match = REFindNoCase(thisPattern,requestString,1,true) /> 280 <cfdump var="#requestString#"><cfabort>280 281 281 <!--- If a match was made, use the result to route the request ---> 282 282 <cfif (match.len[1] IS NOT 0 AND getProperty('looseMatching')) OR
