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

« back to all changes in this revision

Viewing changes to tests/data/test89

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-16 15:16:54 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20070516151654-x9nkigtr2j0i8d0v
Tags: upstream-7.16.2
ImportĀ upstreamĀ versionĀ 7.16.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
1
2
<info>
2
3
<keywords>
3
4
HTTP
9
10
# Server-side
10
11
<reply>
11
12
 
12
 
# no <data> in this test since we have NTLM from the start
13
 
 
14
 
# This is supposed to be returned when the server gets a first
15
 
# Authorization: NTLM line passed-in from the client
 
13
<!-- no <data> in this test since we have NTLM from the start
 
14
 
 
15
This is supposed to be returned when the server gets a first
 
16
Authorization: NTLM line passed-in from the client -->
 
17
 
16
18
<data1001>
17
19
HTTP/1.1 401 Now gimme that second request of crap
18
20
Server: Microsoft-IIS/5.0
50
52
HTTP/1.1 200 Things are fine in server land swsclose
51
53
Server: Microsoft-IIS/5.0
52
54
Content-Type: text/html; charset=iso-8859-1
 
55
Content-Length: 32
53
56
 
54
57
Finally, this is the real page!
55
58
</data1012>
75
78
HTTP/1.1 200 Things are fine in server land swsclose
76
79
Server: Microsoft-IIS/5.0
77
80
Content-Type: text/html; charset=iso-8859-1
 
81
Content-Length: 32
78
82
 
79
83
Finally, this is the real page!
80
84
</datacheck>
106
110
# the local host name and thus differs on different machines!
107
111
<strippart>
108
112
s/^(Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAA).*/$1/
109
 
</strippart)
 
113
</strippart>
110
114
<protocol>
111
115
GET /89 HTTP/1.1
112
116
Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
134
138
 
135
139
</protocol>
136
140
</verify>
 
141
</testcase>