File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test829
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (5 years ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: <testcase>
    2: <info>
    3: <keywords>
    4: IMAP
    5: CRLF-in-URL
    6: </keywords>
    7: </info>
    8: 
    9: # Client-side
   10: <client>
   11: <server>
   12: imap
   13: </server>
   14:  <name>
   15: IMAP with URL-encoded CR LF in the URL
   16:  </name>
   17:  <command>
   18: imap://%HOSTIP:%IMAPPORT/%0d%0a/829
   19: </command>
   20: </client>
   21: 
   22: #
   23: <verify>
   24: # 3 - CURLE_URL_MALFORMAT
   25: <errorcode>
   26: 3
   27: </errorcode>
   28: </verify>
   29: </testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>