blob: ef42f20e0231569baa237ea5ea91506fcd460cc9 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2# similar to test 1260
3<info>
4<keywords>
5HTTP
6HTTP GET
7</keywords>
8</info>
9
10# Server-side
11<reply>
12</reply>
13
14# Client-side
15<client>
16<server>
17none
18</server>
19<features>
20http
21</features>
22 <name>
23HTTP URL with rubbish after IPv6 bracket
24 </name>
25 <command>
26-g "http://[%HOSTIP]test:%NOLISTENPORT/we/want/%TESTNUMBER" "http://[%HOSTIP][%HOSTIP]:%NOLISTENPORT/we/want/%TESTNUMBER" "http://user@[::1]@localhost"
27</command>
28</client>
29
30# Verify data after the test has been "shot"
31<verify>
32# CURLE_URL_MALFORMAT == 3
33<errorcode>
343
35</errorcode>
36</verify>
37</testcase>