SES bug still exists on Git Hub but its now different

Luis,

I have SES.cfc interceptor enabled.

my path is as follows http://www.domain.tld/sub_directory/handler/action and the arguments.requestString on line 453 in SES.cfc is reading my path as sub_directory.handler/action which makes the extension handler/action thus causing it to throw SES.403 error.

I manually fixed this by override the arguments.requestString in my code but it is not a long term fix.


Jeremy R. DeYoung
Phone: 615.261.8201

FacebookLinkedInGoogle ReaderTwitterAmazonGoogle
Google Talk/LunarFly Skype/DeYoungJD

Luis,

here is my code from SES.cfc on line 453 -

if( listLen(arguments.requestString,".") GT 1 AND len(ListLast(arguments.requestString,".")) lt 6 AND len(extension) ){

its not pretty but it did fix it for the moment.


Jeremy R. DeYoung
Phone: 615.261.8201

FacebookLinkedInGoogle ReaderTwitterAmazonGoogle
Google Talk/LunarFly Skype/DeYoungJD

Can you send me sample urls and your routes.cfm please.

Jeremy, any updates on this, send me the routes.cfm and also a few sample URLs so I can reproduce.

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

This was resolved now.

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com