Wrong Back URLs Google Login (RPX)

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
12/31/2009 1:40:52 AM
Gravatar
Total Posts 35
---------------- Alexei V.

Wrong Back URLs Google Login (RPX)

When I'm on this page: http://aun.su/portal/статьи.aspx 

and I perform Login with Google account, after get back to my portal, i have a red message about wrong url, and URL is wrong, i guess that it is reencoded, it looks like that:

http://aun.su/portal/%D0%A1%D0%83%D0%A1%E2%80%9A%D0%A0%C2%B0%D0%A1%E2%80%9A%D0%A1%D0%8A%D0%A0%D1%91.aspx 

Consider, that i have <add key="AlwaysUrlEncode" value="false" />

1/2/2010 4:50:27 AM
Gravatar
Total Posts 18439

Re: Wrong Back URLs Google Login (RPX)

I created a page with the same name, when I test this on my local machine using google chrome it works correctly. It may vary by web browser and other factors beyond my control.

You might also try adding this to your user.config and see if it makes a difference:

<add key="UseClosestAsciiCharsForUrls" value="false" />

Hope it helps,

Joe

1/2/2010 7:23:07 AM
Gravatar
Total Posts 35
---------------- Alexei V.

Re: Wrong Back URLs Google Login (RPX)

thank you Joe, it worked.

You must sign in to post in the forums. This thread is closed to new posts.