summaryrefslogtreecommitdiff
path: root/tests/test_urlparser.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix urlparser tests on Python 3Victor Stinner2015-04-211-6/+6
| | | | HTTP body must be bytes
* Python 3: add parenthesis to print() to support Python 2 and Python 3Cyril Roelandt2014-03-181-1/+1
| | | | Use also "from __future__ import print_function".
* forgot to fix up testIan Bicking2010-06-151-2/+1
|
* Fix XSS attacks as reported by Tim WintleIan Bicking2010-06-151-0/+7
|
* Accept relative paths in StaticURLParser (#244). From Eric Larsonianb2008-03-301-6/+17
|
* Use 404 instead of 400 when there's extra path on a static file, like with ↵ianb2006-12-221-3/+4
| | | | /index.html/foo'
* Tests actually look just fine, but just two similar cases. And remove a ↵ianb2006-06-221-0/+2
| | | | dead directory
* whitespacepjenvey2006-06-191-2/+1
|
* updated test commentpjenvey2006-06-191-3/+4
|
* Preventing circumvention of StaticURLParser and PkgResourcesParser's root ↵pjenvey2006-06-191-0/+41
| | | | | | directories. Ensuring fix with tests
* Fixed urlparser classes to handle quoted (e.g. %20) URL paths.pjenvey2006-06-181-0/+20
| | | | | Added tests for this (Thanks Jose Galvez)
* Deprecate the wsgilib.error_response functions; stop using them internally ↵ianb2005-12-131-3/+3
| | | | as well, in preference of httpexceptions.*.wsgi_application
* Added parser that reads files from an egg using pkg_resourcesianb2005-09-281-0/+20
|
* paste.deployified urlparserianb2005-08-221-1/+1
|
* Moved testianb2005-08-221-0/+77