tornado icon indicating copy to clipboard operation
tornado copied to clipboard

Updated static to static file handler path

Open aaron-jencks opened this issue 4 years ago • 1 comments

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

aaron-jencks avatar Jul 15 '21 14:07 aaron-jencks

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?

bdarnell avatar Jul 22 '21 15:07 bdarnell

Closing due to inactivity.

bdarnell avatar Aug 28 '22 16:08 bdarnell