Menu

#37 Bug 231388 Regressed

open
nobody
None
5
2005-12-14
2005-12-14
thenobot
No

Bug #231388 (Multiple Location: headers cause a bad
redirect) has reentered the LWP codebase.

UserAgent.pm 2.24 undid the fix you had put in to
version 1.79.

The fix is to line 322. Currently, it is:
my $referral_uri = $response->header('Location');

It had been working correctly in this previous form:
my ($referral_uri) = $response->header('Location');

Thanks!

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.