1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/tests/ulib/ok/url.ok
2015-02-20 20:46:04 +01:00

23 lines
1.8 KiB
Plaintext

"http://www.cs.wustl.edu/" "http" "" "www.cs.wustl.edu" "80" "/" ""
"http://www.cs.wustl.edu/index.html" "http" "" "www.cs.wustl.edu" "80" "/index.html" ""
"http://www.cs.wustl.edu/form?var=foo" "http" "" "www.cs.wustl.edu" "80" "/form" "var=foo"
"http://www.notexist.com:8080/index.html" "http" "" "www.notexist.com" "8080" "/index.html" ""
"http://www.notexist.com:80/index.html" "http" "" "www.notexist.com" "80" "/index.html" ""
"http://www.notexist.com:80?var=foo" "http" "" "www.notexist.com" "80" "/" "var=foo"
"ftp://foo" "ftp" "" "foo" "21" "/" ""
"http://www/?kkk//" "http" "" "www" "80" "/" "kkk//"
"ftp://www.cs.wustl.edu/" "ftp" "" "www.cs.wustl.edu" "21" "/" ""
"ftp://user@www.cs.wustl.edu/" "ftp" "user" "www.cs.wustl.edu" "21" "/" ""
"ftp://user:pass@www.cs.wustl.edu/" "ftp" "user:pass" "www.cs.wustl.edu" "21" "/" ""
"ftp://user:pass@www.cs.wustl.edu/path" "ftp" "user:pass" "www.cs.wustl.edu" "21" "/path" ""
"ftp://www.cs.wustl.edu" "ftp" "" "www.cs.wustl.edu" "21" "/" ""
"http://www.cs.wustl.edu/index.html" "http" "" "www.cs.wustl.edu" "80" "/index.html" ""
"mailto:ace-users@cs.wustl.edu" "" "" "" "0" "/" "ailto:ace-users@cs.wustl.edu"
"mailto:majordomo@cs.wustl.edu?Subject: subscribe ace-users" "" "" "" "0" "/" "ailto:majordomo@cs.wustl.edu?Subject: subscribe ace-users"
"mailto:nobody" "" "" "" "0" "/" "ailto:nobody"
"http://www.cs.wustl.edu" "http" "" "www.cs.wustl.edu" "80" "/" ""
"file:/etc/passwd" "" "" "" "0" "/" "ile:/etc/passwd"
"http://www.cs.wustl.edu/form?var=foo&url=http%3a//www/%3fkkk//" "http" "" "www.cs.wustl.edu" "80" "/form" "var=foo&url=http://www/?kkk//"
"http://pippo@www.unirel.com:808/usr/src?var1=foo&var2=bar" "http" "pippo" "www.unirel.com" "808" "/usr/src" "var1=foo&var2=bar"
"/info?var1=foo&var2=bar&ip=10.30.1.130&ap=ap@palazzoVecchio&ip=10.30.1.131&ap=ap@palazzoNuovo"