]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add ability to parse static path before using it as though it was
authorBirk Nilson <me@birknilson.se>
Fri, 2 Dec 2011 14:28:31 +0000 (14:28 +0000)
committerBirk Nilson <me@birknilson.se>
Fri, 2 Dec 2011 14:28:31 +0000 (14:28 +0000)
commit59812edca7fec856a737d99363274ff650356988
treef23d7b1d5077181716a0ad4084bb9f2b553b8289
parent782c4deffff72a8d9bcec20ae16128380ce0ace4
Add ability to parse static path before using it as though it was
a relative filesystem path. Thereby enabling developers to add the versioning
string as a component in the path rather than a query string. Which is required
when working with CloudFront for instance.
tornado/test/web_test.py
tornado/web.py