Bug in return parameter?
Posted: 15 January 2011 05:49 AM   [ Ignore ]
Circled in the Yearbook
RankRankRank
Total Posts:  702
Joined  2010-04-08

Hi Rob,

I’m pretty sure the is a bug in the return parameter. Entering something like http://www.lovesafecracker.com/tg/t gets mangled to http://www.lovesafecracker.com/http://www.lovesafecracker.com/tg/t when the form is submitted. An extra http://www.lovesafecracker.com/ gets tacked on the front.

Cheers
Lee

Profile
 
 
Posted: 15 January 2011 06:51 AM   [ Ignore ]   [ # 1 ]
Teen Scream
Avatar
RankRankRank
Total Posts:  3541
Joined  2009-05-29

Hm. How are you setting the return parameter?

Profile
 
 
Posted: 15 January 2011 07:00 AM   [ Ignore ]   [ # 2 ]
Circled in the Yearbook
RankRankRank
Total Posts:  702
Joined  2010-04-08

It’s hard coded like return=“http://www.site.com/index.php/messages/edit”

Profile
 
 
Posted: 15 January 2011 07:42 AM   [ Ignore ]   [ # 3 ]
Teen Scream
Avatar
RankRankRank
Total Posts:  3541
Joined  2009-05-29

It should just be: return=“messages/edit”

Profile
 
 
Posted: 15 January 2011 10:48 AM   [ Ignore ]   [ # 4 ]
Circled in the Yearbook
RankRankRank
Total Posts:  702
Joined  2010-04-08

I’m using it on a MSM setup and need to go across sites. But I can get round the problem if needs be…

Profile
 
 
Posted: 16 January 2011 03:18 AM   [ Ignore ]   [ # 5 ]
Teen Scream
Avatar
RankRankRank
Total Posts:  3541
Joined  2009-05-29

I see. Currently we have no way of supporting full URLs in the return parameter. Hopefully you have found your own solution.

Profile
 
 
Posted: 16 January 2011 02:53 PM   [ Ignore ]   [ # 6 ]
Circled in the Yearbook
RankRankRank
Total Posts:  702
Joined  2010-04-08

Thanks for looking into it Rob.

Profile