All,
I think i have found a bug in CF10 and the URLRewriteFilter. I have had the same issue with FW/1 too (posted this similar question there too).
I am running on Windows Vista and CF10 development edition with the built in webserver. I’m not using any external webserver like apache etc.
Oh and I am using 10 with updater 8 (10,0,8,283965)
I downloaded the URLRewriteFilter and updated my web.xml and added the urlrewritefilter.xml.
I got the urlrewritefilter.xml example from the Coldbox examples.
So… I have a basic rule like so.
Generic Pretty URLs Pass-through ^/(index.cfm|robots.txt|osd.xml|flex2gateway|cfide|cfformgateway|railo-context|admin-context|files|images|js|javascripts|css|styles) \.(bmp|gif|jpe?g|png|css|js|txt|pdf|doc|xls|ico)$ ^/(.*)$ /index.cfm/$1When i view any page now I get an “index.cf” not found. It seems to be screwing up something with the request or CGI vars or something.
I was wondering if anyone has tried this and received the same error.
It does look like a bug in ACF10 but not sure what is really happening to accurately log it as a bug.
Any help is appreciated!