Changeset 1734

Show
Ignore:
Timestamp:
08/27/08 22:25:47 (4 months ago)
Author:
lmajano
Message:

Potential fix for numerical routing matching

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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  

Copyright 2006 ColdBox Framework by Luis Majano