X-Sendfile, static files, windows
Jeremy Burks
jeremy.burks at gmail.com
Mon Apr 23 14:17:45 EDT 2007
i wrote a little camping app which serves the css, js and images
statically using the Static class example i found on the camping wiki.
everything works perfectly on my mac. once on windows the static files
don't get served. a 404 is returned.
i have tried running the app using camping, webrick and mongrel, all
give the same 404 response.
here is an example value of X-Sendfile. I have verified that the path
does exist.
C:/work/camping_app/public/images/icons/feed.png
does anyone have an idea on what i am missing?
Thanks.
More information about the Camping-list
mailing list