larryb said the following on 21/07/10 11:52:
I believe you are correct, the period at the end of the message is
being interpreted as a file extension delimiter.  Any idea how to fix
this?
One of the problems is that on Win, you cannot have trailing periods in folder names. The GUI allows you to do it, but there is actually a lot of crud behind the scenes to show that in the GUI. This is another limitation of the NTFS file system on Windows.

I suspect you are seeing the same issue defined here:
http://www.eggheadcafe.com/forumarchives/inetserveriis/Sep2005/post23593945.asp

Looks like you can adjust the UrlScan.ini to allow periods in folder names. It's disallowed by default. The reason you are seeing the 404 I suspect is the "fast fail response" (throwing a 404) that UrlScan is doing. You can turn that off to see the real reason that UrlScan is rejecting the URL.

HTH,
.Peter


--
You received this message because you are subscribed to Mach-II for CFML list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/mach-ii-for-coldfusion?hl=en

***New URLs as of April 29th, 2010***
SVN: http://svn.mach-ii.com/machii/
Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/

Reply via email to