added | to the non-rfc characters in URI
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@71 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/release-1.3.12
parent
06c35abe4a
commit
3caa67a131
|
@ -299,7 +299,7 @@ int request_uri_is_valid_char(char c) {
|
|||
/* non RFC */
|
||||
case '[':
|
||||
case ']':
|
||||
|
||||
case '|':
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue