Skip Menu |

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

Report information
The Basics
Id: 27381
Status: resolved
Priority: 0/
Queue: WWW-Myspace

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

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



Subject: Login problem and patch
Date: Fri, 1 Jun 2007 23:55:14 -0400
To: bug-www-myspace [...] rt.cpan.org
From: "Mike Allred" <mikejallred [...] gmail.com>

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

After login, Myspace doesn't always show the "Hello.. yadda yadda" page. It does seem to show "SignOut" however.
Subject: Re: [rt.cpan.org #27381] Login problem and patch
Date: Sat, 2 Jun 2007 11:34:28 -0400
To: bug-WWW-Myspace [...] rt.cpan.org
From: Olaf Alders <olaf [...] wundersolutions.com>
On 1-Jun-07, at 11:55 PM, Mike Allred via RT wrote: Show quoted text
> > Fri Jun 01 23:55:38 2007: Request 27381 was acted upon. > Transaction: Ticket created by mikejallred@gmail.com > Queue: WWW-Myspace > Subject: Login problem and patch > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: mikejallred@gmail.com > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=27381 > > > > After login, Myspace doesn't always show the "Hello.. yadda yadda" > page. It > does seem to show "SignOut" however. > > After login, Myspace doesn't always show the "Hello.. yadda yadda" > page. It does seem to show "SignOut" however. > <Myspace.pm.diff>
Hi Mike, Thanks very much for your patch. I have applied it to the code in the repository. I think the issue that you're raising here might be the source of the login problem for folks who have Myspace pages which are translated into other languages. In those cases, they may still have login issues, so the ultimate fix may be to search for a link that looks like: http://collect.myspace.com/index.cfm?fuseaction=signout&MyToken= rather than to look for some English text. This wasn't an issue when pages were only available in one language. :) I'll mention this to Grant. Thanks very much for making us aware of this. Best, Olaf -- Olaf Alders olaf@wundersolutions.com http://www.wundersolutions.com
Subject: Re: [rt.cpan.org #27381] Login problem and patch
Date: Sat, 2 Jun 2007 11:57:21 -0400
To: bug-WWW-Myspace [...] rt.cpan.org
From: "Mike Allred" <mikejallred [...] gmail.com>
On 6/2/07, Olaf Alders via RT <bug-WWW-Myspace@rt.cpan.org> wrote: Show quoted text
> > > <URL: http://rt.cpan.org/Ticket/Display.html?id=27381 > > > > On 1-Jun-07, at 11:55 PM, Mike Allred via RT wrote: >
> > > > Fri Jun 01 23:55:38 2007: Request 27381 was acted upon. > > Transaction: Ticket created by mikejallred@gmail.com > > Queue: WWW-Myspace > > Subject: Login problem and patch > > Broken in: (no value) > > Severity: (no value) > > Owner: Nobody > > Requestors: mikejallred@gmail.com > > Status: new > > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=27381 > > > > > > > After login, Myspace doesn't always show the "Hello.. yadda yadda" > > page. It > > does seem to show "SignOut" however. > > > > After login, Myspace doesn't always show the "Hello.. yadda yadda" > > page. It does seem to show "SignOut" however. > > <Myspace.pm.diff>
> > Hi Mike, > > Thanks very much for your patch. I have applied it to the code in > the repository. I think the issue that you're raising here might be > the source of the login problem for folks who have Myspace pages > which are translated into other languages. In those cases, they may > still have login issues, so the ultimate fix may be to search for a > link that looks like: > > http://collect.myspace.com/index.cfm?fuseaction=signout&MyToken= > > rather than to look for some English text. This wasn't an issue when > pages were only available in one language. :) I'll mention this to > Grant. Thanks very much for making us aware of this. > > Best, > > Olaf > -- > Olaf Alders > olaf@wundersolutions.com > > http://www.wundersolutions.com > > > >
You're right about looking for the URL vs the text. :)