Changeset 1734

Show
Ignore:
Timestamp:
08/28/08 03:25:47 (5 years ago)
Author:
lmajano
Message:

Potential fix for numerical routing matching

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • coldbox/trunk/system/interceptors/ses.cfc

    r1733 r1734  
    278278                        <!--- Try to match this route against the URL ---> 
    279279                        <cfset match = REFindNoCase(thisPattern,requestString,1,true) /> 
    280                         <cfdump var="#requestString#"><cfabort> 
     280                         
    281281                        <!--- If a match was made, use the result to route the request ---> 
    282282                        <cfif (match.len[1] IS NOT 0 AND getProperty('looseMatching')) OR