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

« back to all changes in this revision

Viewing changes to tests/data/test279

  • 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:
7
7
HTTP proxy Basic auth
8
8
</keywords>
9
9
</info>
 
10
 
10
11
# Server-side
11
12
<reply>
12
13
<data>
28
29
HTTP with proxy string including http:// and user only
29
30
 </name>
30
31
 <command>
31
 
http://we.want.that.site.com/279 -x http://f%61ke@%HOSTIP:%HTTPPORT
 
32
http://we.want.that.site.com/279 -x http://f%61ke@%HOSTIP:%HTTPPORT
32
33
</command>
33
34
</client>
34
35
 
39
40
</strip>
40
41
<protocol>
41
42
GET http://we.want.that.site.com/279 HTTP/1.1
42
 
Proxy-Authorization: Basic ZmFrZUAxMjcuMC4wLjE6ODk5MA0=
 
43
Proxy-Authorization: Basic ZmFrZTo=
43
44
Host: we.want.that.site.com
44
 
Pragma: no-cache
45
45
Accept: */*
46
46
Proxy-Connection: Keep-Alive
47
47