security interceptor and SeS

I found this problem, with the security interceptor.

The url when it becomes redirected is

http://127.0.0.1:84/index.cfm/admin/index.cfm?event=ehGeneral.dspHome

When it should be

http://127.0.0.1:84/ index.cfm/ehGeneral/dspHome

Anyone?

Andrew,

The security interceptor has a property called: useRoutes, which is a boolean variable. So it can do the correct SES relocation. It is defined in the docs: http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbSecurity#InterceptorProperties

Luis