Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
861e1ba6
Commit
861e1ba6
authored
12 years ago
by
Ghennadi Procopciuc
Committed by
Daniel Stenberg
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
test: Added test HTTP receive cookies over IPv6
parent
7731c34d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/data/Makefile.am
+1
-0
1 addition, 0 deletions
tests/data/Makefile.am
tests/data/test1408
+74
-0
74 additions, 0 deletions
tests/data/test1408
with
75 additions
and
0 deletions
tests/data/Makefile.am
+
1
−
0
View file @
861e1ba6
...
...
@@ -92,6 +92,7 @@ test1371 test1372 test1373 test1374 test1375 test1376 test1377 test1378 \
test1379 test1380 test1381 test1382 test1383 test1384 test1385 test1386
\
test1387 test1388 test1389 test1390 test1391 test1392 test1393
\
test1400 test1401 test1402 test1403 test1404 test1405 test1406 test1407
\
test1408
\
test2000 test2001 test2002 test2003 test2004 test2005 test2006 test2007
\
test2008 test2009 test2010 test2011 test2012
...
...
This diff is collapsed.
Click to expand it.
tests/data/test1408
0 → 100644
+
74
−
0
View file @
861e1ba6
<testcase>
<info>
<keywords>
HTTP
HTTP GET
IPV6
cookies
cookiejar
</keywords>
</info>
#
# Server-side
<reply>
<data1>
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Content-Length: 6
Connection: close
Content-Type: text/html
Set-Cookie: time=1
-foo-
</data1>
<data2>
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Content-Length: 6
Connection: close
Content-Type: text/html
Set-Cookie: time=2
-foo-
</data2>
</reply>
#
# Client-side
<client>
<features>
ipv6
</features>
<server>
http-ipv6
</server>
<name>
HTTP receive cookies over IPV6
</name>
<command>
-c log/jar1408 -g http://%HOST6IP:%HTTP6PORT/path/14080001 http://%HOST6IP:%HTTP6PORT/path/14080002
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<strip>
^User-Agent:.*
</strip>
<protocol>
GET /path/14080001 HTTP/1.1
Host: %HOST6IP:%HTTP6PORT
Accept: */*
GET /path/14080002 HTTP/1.1
Host: %HOST6IP:%HTTP6PORT
Accept: */*
Cookie: time=1
</protocol>
</verify>
</testcase>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment