I have a directory resource attached to my application at /public and I have found that some files in the directory can be found just fine, but others give a 404. It appears that if the filename contains more that one "." (dot), I get a 404. Any ideas on what is going on?
Here is an abbreviated log: GET /app/public/index.html - 200 GET /app/public/css/bootstrap.css - 304 GET /app/public/css/bootstrap-theme.min.css - 404 GET /app/public/js/libs/jquery-1.9.1.js - 404 GET /app/public/js/libs/handlebars-1.0.0.js - 404 GET /app/public/js/libs/ember-1.0.0-rc.7.js - 404 GET /app/public/js/libs/bootstrap.min.js - 404 GET /app/public/js/app.js - 304 Bryan ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3064156
smime.p7s
Description: S/MIME cryptographic signature

