Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
curl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
What's new
5
Snippets
Groups
Projects
gitlab-org
build
omnibus-mirror
curl
Commits
a7e819c2
Unverified
Commit
a7e819c2
authored
3 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
test1561: adjusted for the cookie fix
parent
3970f8b9
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/data/test1561
+7
-6
7 additions, 6 deletions
tests/data/test1561
with
7 additions
and
6 deletions
tests/data/test1561
+
7
−
6
View file @
a7e819c2
...
@@ -35,12 +35,12 @@ nomnom
...
@@ -35,12 +35,12 @@ nomnom
HTTP/1.1 200 OK
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Server: test-server/fake
Set-Cookie: super=
secret
; domain=example.com; path=/%TESTNUMBER; httponly;
Set-Cookie: super=
plain
; domain=example.com; path=/%TESTNUMBER; httponly;
Set-Cookie: super=
secret
; domain=example.com; path=/%TESTNUMBER/; httponly;
Set-Cookie: super=
plain
; domain=example.com; path=/%TESTNUMBER/; httponly;
Set-Cookie: super=
secret
; domain=example.com; path=/15; httponly;
Set-Cookie: super=
plain
; domain=example.com; path=/15; httponly;
Set-Cookie: public=yes; domain=example.com; path=/foo;
Set-Cookie: public=yes; domain=example.com; path=/foo;
Set-Cookie: supersuper=
secret
; domain=example.com; path=/%TESTNUMBER/login/en;
Set-Cookie: supersuper=
plain
; domain=example.com; path=/%TESTNUMBER/login/en;
Set-Cookie: supersuper=
secret
; domain=example.com; path=/%TESTNUMBER/login;
Set-Cookie: supersuper=
plain
; domain=example.com; path=/%TESTNUMBER/login;
Set-Cookie: secureoverhttp=yes; domain=example.com; path=/%TESTNUMBER; secure;
Set-Cookie: secureoverhttp=yes; domain=example.com; path=/%TESTNUMBER; secure;
Set-Cookie: __Secure-SID=22345; Domain=example.com
Set-Cookie: __Secure-SID=22345; Domain=example.com
Set-Cookie: __Secure-SID=22346; Secure; Domain=example.com
Set-Cookie: __Secure-SID=22346; Secure; Domain=example.com
...
@@ -94,11 +94,12 @@ Accept: */*
...
@@ -94,11 +94,12 @@ Accept: */*
# This file was generated by libcurl! Edit at your own risk.
# This file was generated by libcurl! Edit at your own risk.
.example.com TRUE /foo FALSE 0 public yes
.example.com TRUE /foo FALSE 0 public yes
#HttpOnly_.example.com TRUE /15 FALSE 0 super plain
www.example.com FALSE / TRUE 0 __Host-SID 12346
www.example.com FALSE / TRUE 0 __Host-SID 12346
.example.com TRUE / TRUE 0 supersupersuper secret
.example.com TRUE / TRUE 0 supersupersuper secret
.example.com TRUE / TRUE 0 __Secure-SID 12346
.example.com TRUE / TRUE 0 __Secure-SID 12346
.example.com TRUE /%TESTNUMBER/login/ TRUE 0 supersuper secret
.example.com TRUE /%TESTNUMBER/login/ TRUE 0 supersuper secret
#HttpOnly_
.example.com TRUE /15
FALS
E 0 super secret
.example.com TRUE /15
61 TRU
E 0 super secret
</file>
</file>
</verify>
</verify>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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