WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
111554
[Curl] File names in url should not be part of the cookie path.
https://bugs.webkit.org/show_bug.cgi?id=111554
Summary
[Curl] File names in url should not be part of the cookie path.
peavo
Reported
2013-03-06 04:01:21 PST
When setting the cookie path from a url, file names in the url should be removed from the cookie path. E.g.
http://www.example.org/auth/logon.php
? should set the cookie path to /auth (not /auth/logon.php as it currently becomes).
Attachments
Patch
(2.74 KB, patch)
2013-03-06 04:10 PST
,
peavo
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
peavo
Comment 1
2013-03-06 04:10:08 PST
Created
attachment 191711
[details]
Patch
Brent Fulgham
Comment 2
2013-03-06 16:38:04 PST
Is this behavior covered by a test case?
peavo
Comment 3
2013-03-08 04:43:45 PST
No need to consider this patch anymore, fixed by
r144853
, (
https://bugs.webkit.org/show_bug.cgi?id=110147
).
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug