BUGS 2
Project Tear
A WebKit based browser for Maemo
Quick search  
Previous open issue Go to previous open issue Previous issue Go to previous issue   Go to next issue Next issue Go to next open issue Next open issue
#72  -  JavaScript cookie get error Posted Sep 10, 13:00
Last updated Sep 10, 13:18
Product Tear
Edition(s) Tear for Maemo 4
 
Issue type Bug reports
Posted by
Guest user
Owned by
Not owned by anyone
Assigned to
Not assigned to anyone
Status
 
Confirmed
Category General
Resolution
Not determined
Reproducability
Not determined
Severity Normal
Priority
Not determined
Estimated time
Not determined
Elapsed time
Not determined
Progress
   
Targetted for
This issue has no target milestone
Votes for this issue
0 votes for reviewing
0 votes for critical status
0 votes for closing this issue
Items attached to this issue
set.php
get.php
Issue(s) which this issue depends on to be solved
Issue(s) which depends on this issue to be solved
Reports
Affected by this issue Status Confirmed
Earth (0.3.0)
 
Confirmed
WebKit
 
Confirmed
Description and details
In JS can't get document.cookie, if cookie set by HTTP
In safary work fine
How to reproduce
Test case:
1) http:    gtd.serj.u.bu.ru/tear/set.php - set cookie OK
2) http:    gtd.serj.u.bu.ru/tear/get.php - get HTTP cookie OK, but js cookie - empty
Comments and discussion
Yes,
Posted by Bundyo (administrator),  Sep 10, 13:18
I'm aware of the cookie problems in JS. Unfortunately there's no cookie jar implementation in CURL so no cookies in JS. Actually its not set at all if I remember properly. There are some patches for libsoup and qt which I may get working if I have the time.