• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

Item7871: No good way to enable cookies handling with LWP::UserAgent

Item Form Data

AppliesTo: Component: Priority: CurrentState: WaitingFor: TargetRelease ReleasedIn
Engine   Normal Waiting for Release   minor  

Edit Form Data

Summary:
Reported By:
Codebase:
Applies To:
Component:
Priority:
Current State:
Waiting For:
Target Release:
Released In:
 

Detail

You can specify the parameters of LWP::UserAgent->new() called in TWiki::Net with $TWiki::cfg{LWPUserAgent}{Params}. Each parameter value specified is copied to the parameters actually suppied to LWP::UserAgent->new(). This scheme cannot handle the cookie_jar parameter because the parameter's value is an HTTP::Cookies instance, which is supposed to be created for each LWP::UserAgent instance. It's possible to put "cookie_jar => HTTP::Cookies->new()" in {LWPUserAgent}{Params} but using the same HTTP::Cookies instance for multiple instances of LWP::UserAgent, which can happen easily, is questionable.

-- TWiki:Main/HideyoImazu - 2019-11-19

ItemTemplate
Summary No good way to enable cookies handling with LWP::UserAgent
ReportedBy TWiki:Main.HideyoImazu
Codebase ~twiki4
SVN Range TWiki-6.0.2-trunk, Sat, 07 Jul 2018, build 30509
AppliesTo Engine
Component

Priority Normal
CurrentState Waiting for Release
WaitingFor

Checkins TWikirev:30678 TWikirev:30679
TargetRelease minor
ReleasedIn

Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r3 - 2019-11-19 - HideyoImazu
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback