summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2008-05-29 15:46:32 +0000
committerianb <devnull@localhost>2008-05-29 15:46:32 +0000
commitee790b8d10e775dc345bf19be1e90fc7a656857d (patch)
tree6c8f3d9e0b807ba367184c004b4b504b0830aa17 /docs
parent42b55c956e00ef0396e299ac4e44ba98187c3619 (diff)
downloadpaste-ee790b8d10e775dc345bf19be1e90fc7a656857d.tar.gz
normalize/make-absolute the paths passed into StaticURLParser
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 8bf3ed6..cb0ec15 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,13 @@ News
.. contents::
+svn trunk
+---------
+
+* Normalize and make absolute the paths passed to
+ :class:`paste.urlparser.StaticURLParser` (before passing a
+ relative-to-cwd path to that class would cause Forbidden errors).
+
1.7
---