~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to tests/data/test500

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-04-29 11:10:29 UTC
  • mfrom: (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090429111029-2j5eiyokfw2bw049
Tags: 7.19.4-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop build dependencies: stunnel, libdb4.6-dev, libssh2-1-dev
  - Add build-dependency on openssh-server
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Call automake-1.9 with --add-missing --copy --force
* drop debian/patches/security_CVE-2009-0037.patch 
  - this patch is part of 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
HTTP
 
5
HTTP GET
 
6
</keywords>
 
7
</info>
2
8
#
3
9
# Server-side
4
10
<reply name="1">
32
38
simple libcurl HTTP GET tool
33
39
 </name>
34
40
 <command>
35
 
http://%HOSTIP:%HTTPPORT/500
 
41
http://%HOSTIP:%HTTPPORT/500 log/ip500
36
42
</command>
37
43
</client>
38
44
 
39
45
#
40
46
# Verify data after the test has been "shot"
41
47
<verify>
 
48
<file name="log/ip500" mode="text">
 
49
IP: %HOSTIP
 
50
</file>
42
51
<protocol>
43
52
GET /500 HTTP/1.1
44
53
Host: %HOSTIP:%HTTPPORT