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

« back to all changes in this revision

Viewing changes to tests/data/test234

  • 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
HTTP proxy
 
7
HTTP proxy Basic auth
 
8
followlocation
 
9
--location-trusted
 
10
</keywords>
 
11
</info>
 
12
 
2
13
#
3
14
# Server-side
4
15
<reply>
71
82
Proxy-Authorization: Basic dGVzdGluZzp0aGlz
72
83
Authorization: Basic aWFtOm15c2VsZg==
73
84
Host: first.host.it.is
74
 
Pragma: no-cache
75
85
Accept: */*
76
86
Proxy-Connection: Keep-Alive
77
87
 
79
89
Proxy-Authorization: Basic dGVzdGluZzp0aGlz
80
90
Authorization: Basic aWFtOm15c2VsZg==
81
91
Host: goto.second.host.now
82
 
Pragma: no-cache
83
92
Accept: */*
84
93
Proxy-Connection: Keep-Alive
85
94