Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cookie problems in version 1.2 #38

Open
wangyi160 opened this issue May 24, 2011 · 0 comments
Open

cookie problems in version 1.2 #38

wangyi160 opened this issue May 24, 2011 · 0 comments

Comments

@wangyi160
Copy link

I don't know whether this has been solved in 1.3 or not. but the problem is that when there are multi same headers such as "Set-Cookie", only the last one will be filled in xhr.headers.
The cause root is in rhino.js, when iterating the headers from raw urlconnection, only simply "headers[name]=value" , so previous headers with same name will be overwriten.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant