Do not unescape '+' before the query string

Fixed issue 18
This commit is contained in:
Xavier Roche
2013-07-05 17:53:54 +00:00
parent 00fe2d4432
commit d2a3d7a3ff
2 changed files with 15 additions and 1 deletions

View File

@@ -24,3 +24,13 @@ bash crawl-test.sh --errors 0 --files 3 \
--found ut.httrack.com/parsing/fade.gif \
--found ut.httrack.com/parsing/javascript.html \
httrack http://ut.httrack.com/parsing/javascript.html
# handling of + before query string
bash crawl-test.sh --errors 0 --files 6 \
--found ut.httrack.com/parsing/escaping.html \
--found "ut.httrack.com/parsing/foo bar30f4.html" \
--found "ut.httrack.com/parsing/foo bar5e1f.html" \
--found "ut.httrack.com/parsing/foo+bar3860.html" \
--found "ut.httrack.com/parsing/foo barae52.html" \
--found "ut.httrack.com/parsing/foo bar7b30.html" \
httrack http://ut.httrack.com/parsing/escaping.html