test1447 451 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP proxy
  5. FAILURE
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. </reply>
  12. #
  13. # Client-side
  14. <client>
  15. <server>
  16. none
  17. </server>
  18. <features>
  19. http
  20. proxy
  21. </features>
  22. <name>
  23. Provide illegal proxy name
  24. </name>
  25. <command>
  26. --proxy "http://a:b@/x" http://%HOSTIP:%NOLISTENPORT
  27. </command>
  28. </client>
  29. #
  30. # Verify data after the test has been "shot"
  31. <verify>
  32. # Couldn't resolve proxy name
  33. <errorcode>
  34. 5
  35. </errorcode>
  36. </verify>
  37. </testcase>