~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to tests/data/test209

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-05-26 18:58:51 UTC
  • mfrom: (3.3.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090526185851-t1gun9nboi5kbd9u
Tags: 7.19.5-1ubuntu1
* Merge from Debian unstable (LP: #380281), 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
* Fixes LP: #379477

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
HTTP proxy CONNECT auth NTLM
81
81
 </name>
82
82
 <command>
83
 
http://test.remote.server.com:209/path/2090002 --proxy http://%HOSTIP:%HTTPPORT --proxy-user silly:person --proxy-ntlm --proxytunnel
 
83
http://test.remote.haxx.se:209/path/2090002 --proxy http://%HOSTIP:%HTTPPORT --proxy-user silly:person --proxy-ntlm --proxytunnel
84
84
</command>
85
85
</client>
86
86
 
95
95
s/^(Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAABQAFAHAAAAA).*/$1/
96
96
</strippart>
97
97
<protocol>
98
 
CONNECT test.remote.server.com:209 HTTP/1.1
99
 
Host: test.remote.server.com:209
 
98
CONNECT test.remote.haxx.se:209 HTTP/1.1
 
99
Host: test.remote.haxx.se:209
100
100
Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
101
101
Proxy-Connection: Keep-Alive
102
102
 
103
 
CONNECT test.remote.server.com:209 HTTP/1.1
104
 
Host: test.remote.server.com:209
 
103
CONNECT test.remote.haxx.se:209 HTTP/1.1
 
104
Host: test.remote.haxx.se:209
105
105
Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAABQAFAHAAAAA
106
106
Proxy-Connection: Keep-Alive
107
107
 
108
108
GET /path/2090002 HTTP/1.1
109
109
User-Agent: curl/7.12.3-CVS (i686-pc-linux-gnu) libcurl/7.12.3-CVS OpenSSL/0.9.6b zlib/1.1.4
110
 
Host: test.remote.server.com:209
 
110
Host: test.remote.haxx.se:209
111
111
Accept: */*
112
112
 
113
113
</protocol>