Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the WWW-Shorten-Bitly CPAN distribution.

Report information
The Basics
Id: 46697
Status: resolved
Priority: 0/
Queue: WWW-Shorten-Bitly

People
Owner: Nobody in particular
Requestors: mizar.jp [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Unencoded URL Problem
Date: Sat, 6 Jun 2009 10:39:42 +0900
To: bug-www-shorten-bitly [...] rt.cpan.org
From: Mizar <mizar.jp [...] gmail.com>
WWW::Shorten::Bitly, URL encoding is required sufficient for processing. GET to POST replaced. Has not been fully tested. Send this patch for now. $ perl -e 'use WWW::Shorten::Bitly;print makeashorterlink(q{http://www.kyoshin.bosai.go.jp/cgi-bin/kyoshin/avidisp.cgi?0+20090606055046},q{bitlyapidemo},q{R_0da49e0a9118ff35f52f629d2d71bf07}),qq{\n}' http://bit.ly/OvCKZ

Message body is not shown because sender requested not to inline it.

From: pjain
On Fri Jun 05 21:40:57 2009, mizar.jp@gmail.com wrote: Show quoted text
> WWW::Shorten::Bitly, URL encoding is required sufficient for > processing. > GET to POST replaced. Has not been fully tested. Send this patch for > now. > > $ perl -e 'use WWW::Shorten::Bitly;print > makeashorterlink(q{http://www.kyoshin.bosai.go.jp/cgi- >
bin/kyoshin/avidisp.cgi?0+20090606055046},q{bitlyapidemo},q{R_0da49e0a9118ff35f52f629d2d71bf07}),qq{\n}' Show quoted text
Patch has been integrated and is being tested. Once testing is complete, will include it in the next version.