add quotes to pathchars to support more broken URLs

This commit is contained in:
Chris Jones 2009-07-10 16:46:52 +01:00
parent 5481cf1b9d
commit acd8a776fb
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,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,\\\"]"