~ubuntu-branches/ubuntu/dapper/curl/dapper-security

« back to all changes in this revision

Viewing changes to tests/data/test65

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-03-23 18:41:29 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050323184129-le70d05a0hk5w62j
Tags: 7.12.3-2ubuntu3
Fix the version numbers internal to debian/rules.  Closes; #8088

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
HTTP with Digest authorization with bad password
48
48
 </name>
49
49
 <command>
50
 
http://%HOSTIP:%HOSTPORT/65 -u testuser:test2pass --digest
 
50
http://%HOSTIP:%HTTPPORT/65 -u testuser:test2pass --digest
51
51
</command>
52
52
</test>
53
53
 
58
58
</strip>
59
59
<protocol>
60
60
GET /65 HTTP/1.1
61
 
Host: 127.0.0.1:8999
 
61
Host: 127.0.0.1:%HTTPPORT
62
62
Pragma: no-cache
63
63
Accept: */*
64
64
 
65
65
GET /65 HTTP/1.1
66
66
Authorization: Digest username="testuser", realm="testrealm", nonce="2053604145", uri="/65", response="66d68d3251f1839576ba7c766cf9205b"
67
67
User-Agent: curl/7.10.5 (i686-pc-linux-gnu) libcurl/7.10.5 OpenSSL/0.9.7a ipv6 zlib/1.1.3
68
 
Host: 127.0.0.1:8999
 
68
Host: 127.0.0.1:%HTTPPORT
69
69
Pragma: no-cache
70
70
Accept: */*
71
71