etlegacy-libs/curl/tests/data/test875

30 lines
325 B
Text
Raw Normal View History

2012-06-01 15:23:17 +00:00
<testcase>
<info>
<keywords>
2016-09-16 04:29:17 +00:00
POP3
2012-06-01 15:23:17 +00:00
CRLF-in-URL
</keywords>
</info>
# Client-side
<client>
<server>
2016-09-16 04:29:17 +00:00
pop3
2012-06-01 15:23:17 +00:00
</server>
<name>
2016-09-16 04:29:17 +00:00
POP3 with URL-encoded CR LF in the URL
2012-06-01 15:23:17 +00:00
</name>
<command>
2016-09-16 04:29:17 +00:00
pop3://%HOSTIP:%POP3PORT/%0d%0a/875
2012-06-01 15:23:17 +00:00
</command>
</client>
#
<verify>
# 3 - CURLE_URL_MALFORMAT
<errorcode>
3
</errorcode>
</verify>
</testcase>