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

« back to all changes in this revision

Viewing changes to tests/data/test85

  • 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:
4
4
HTTP
5
5
HTTP GET
6
6
HTTP Basic auth
 
7
HTTP proxy
7
8
HTTP proxy Basic auth
8
9
</keywords>
9
10
</info>
 
11
 
10
12
#
11
13
# Server-side
12
14
<reply>
48
50
Authorization: Basic aWFtOm15c2VsZg==
49
51
User-Agent: curl/7.10.7-pre2 (i686-pc-linux-gnu) libcurl/7.10.7-pre2 OpenSSL/0.9.7a zlib/1.1.3
50
52
Host: %HOSTIP:%HTTPPORT
51
 
Pragma: no-cache
52
53
Accept: */*
53
54
Proxy-Connection: Keep-Alive
54
55