Hi all,
I don't know if this is a problem with the ajaxCFC or not so I'm
hoping someone else has experienced it.
We have the ajax files in:
/assets/ajax
Now, for some reason, we are finding the following errors in our logs:
/assets/ajax/index.cfm / 404 Object not found
index.cfm is, of course, our default document in the web server for
this website (which propagates down to all the folders in it). And,
of course, we don't have an index.cfm in that folder. I have
searched our code to see if anyone referenced this folder without
specifying a file, or the index.cfm, but I have not found any code
like that. Also, it is happening in more than one application with
the same structure and same ajaxCFC implementation.
Best I can tell, this is occurring on 'some' calls to our
ajaxfunctions.cfc file which is in that directory. In the web logs,
I see the GET for assets/ajax/ajaxfunctions.cfc and then I see it for
assets/ajax/index.cfm.
Has anyone else experienced this? It is intermitted, and I cannot
reproduce it yet, so I am stumped.
Thanks!
Dave Phillips