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

« back to all changes in this revision

Viewing changes to tests/data/test94

  • 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:
11
11
#
12
12
# Server-side
13
13
<reply>
14
 
<data nocheck="1">
 
14
<data nocheck="yes">
15
15
HTTP/1.1 407 Needs proxy authentication
16
16
Server: test-server/fake swsclose yesyes
17
17
Proxy-Authenticate: Basic "oh please"
31
31
SSL
32
32
</features>
33
33
 <name>
34
 
HTTPS GET with failed proxy auth
 
34
HTTPS GET with failed proxy auth (CONNECT 1.0)
35
35
 </name>
36
36
 <command>
37
 
https://test.anything.really.com:94 -x %HOSTIP:%HTTPPORT
 
37
https://test.anything.really.com:94 --proxy1.0 %HOSTIP:%HTTPPORT
38
38
</command>
39
39
</client>
40
40