Ticket #479 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

Bug on ses interceptor when IIS appends a ? var_match is mispelled.

Reported by: lmajano Assigned to:
Priority: normal Milestone: 2.6.0
Component: Interceptors - SES Version: 2.5.2
Severity: normal Keywords:
Cc:

Description

In version 2.5.2 this is on line 225 of system/interceptors/ses.cfc:

<cfset requestString = Mid(requestString, 1, (var_match.pos[1]-1)) />

.. should the var_match be varMatch which is what the result of ReFind? above is assigned to?? This appears to still be present in the current svn code.

Change History

06/18/08 15:33:18 changed by sullah

06/18/08 15:35:18 changed by sullah

in case non-valid URL ( http://localhost/ )

06/18/08 22:56:01 changed by lmajano

  • status changed from new to closed.
  • resolution set to fixed.

Copyright 2006 ColdBox Framework by Luis Majano