tornado
tornado copied to clipboard
Updated static to static file handler path
I wasn't able to get anything working without having static in the regex expression for the file handler., I found the solution here, https://stackoverflow.com/questions/9531092/how-to-handle-a-http-get-request-to-a-file-in-tornado/9637895#9637895
Hmm, that shouldn't be necessary (and changing this breaks the apple-touch-icon support which must be in exactly that root-level URL). How exactly was it failing? Are you sure you didn't have a conflicting wildcard handler somewhere?
Closing due to inactivity.