Add ' to the list of valid URL path chars

This commit is contained in:
Thomas Hurst 2008-06-05 12:32:36 +01:00
parent c07c2715bc
commit 79a32153bf
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ text/plain
userchars = "-A-Za-z0-9"
passchars = "-A-Za-z0-9,?;.:/!%$^*&~\"#'"
hostchars = "-A-Za-z0-9"
pathchars = "-A-Za-z0-9_$.+!*(),;:@&=?/~#%"
pathchars = "-A-Za-z0-9_$.+!*(),;:@&=?/~#%'"
schemes = "(news:|telnet:|nntp:|file:/|https?:|ftps?:|webcal:)"
user = "[" + userchars + "]+(:[" + passchars + "]+)?"
urlpath = "/[" + pathchars + "]*[^]'.}>) \t\r\n,\\\"]"