test1263 567 B

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