added | to the non-rfc characters in URI

git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@71 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/release-1.3.12
Jan Kneschke 2005-03-02 09:11:42 +00:00
parent 06c35abe4a
commit 3caa67a131
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ int request_uri_is_valid_char(char c) {
/* non RFC */
case '[':
case ']':
case '|':
return 1;
}