Project

General

Profile

Actions

Bug #5774

closed

[PATCH] xmlrpc client handling cookies

Added by romanr (Roman Riha) over 13 years ago. Updated almost 12 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 1.9.2p180 (2011-02-18) [i386-mingw32]
Backport:
[ruby-core:41711]

Description

=begin
xmlrpc client does not properly handle cookies. Firstly, they do not persist if server sets new cookies, secondly, if the server sets the same cookie more than once, the older cookies will not be overwritten.

For example this
Set-Cookie: foo=deleted
Set-Cookie: foo=bar
will set the cookie property to "foo=deleted; foo=bar", which is incorrect.

I wrote a patch, that handles both of these issues. However, the patch does not add method to delete cookies or reset the session, which might be useful.


Files

client.rb.patch (1.2 KB) client.rb.patch romanr (Roman Riha), 12/18/2011 12:55 PM
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0