summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2008-03-30 20:20:53 +0000
committerianb <devnull@localhost>2008-03-30 20:20:53 +0000
commitf5a873be4910cbabd2187d9212b61720eb1bf738 (patch)
treedb0d387b4bc8a4722ec23df7d9f552bae52da1db /docs
parent600d337c071cd8fea2406b7e3b78af7c6061d27a (diff)
downloadpaste-f5a873be4910cbabd2187d9212b61720eb1bf738.tar.gz
Accept relative paths in StaticURLParser (#244). From Eric Larson
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index af17469..6e9e8dc 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -41,6 +41,9 @@ svn trunk
* ``paste.debug.profile`` won't break when content is served with no
Content-Type.
+* Accept relative paths and paths with ``/../`` in them for
+ ``paste.urlparser.StaticURLParser`` (from Eric Larson)
+
1.6.1
-----