test1289 421 B

1234567891011121314151617181920212223242526272829303132333435
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. HTTP GET
  6. globbing
  7. </keywords>
  8. </info>
  9. #
  10. # Server-side
  11. <reply>
  12. </reply>
  13. # Client-side
  14. <client>
  15. <server>
  16. http
  17. </server>
  18. <name>
  19. globbing with overflow and bad syntxx
  20. </name>
  21. <command>
  22. http://ur%20[0-60000000000000000000
  23. </command>
  24. </client>
  25. # Verify data after the test has been "shot"
  26. <verify>
  27. # curl: (3) [globbing] bad range in column
  28. <errorcode>
  29. 3
  30. </errorcode>
  31. </verify>
  32. </testcase>