Here, First URL Parameter is appearing in the redirecting url where as the second parameter was removed.
Eg: This is my URL: http://localhost:8080/ search?q=12000-SIP-401&search=Description After Login, the URL is reformatted like this : http://localhost:8080/ search?q=12000-SIP-401 -Nijin Narayanan On Wed, Oct 3, 2012 at 6:50 PM, Akila Darshana Panditha < [email protected]> wrote: > I am also using OpenID federated login in my application. I > have encountered the same problem in my application. For better > understanding i m posting a description of the problem below . > > *description of the problem* > > - generated login URLs using userService.createLoginURL() does not > redirects to callback URLs with query strings > - given "*/<handler>?<Query String>*" pattern only results in redirect > to "*/<handler>*" and query string is missing after redirect from > login page > > I would like to know the cause behind this issue and also possible > workarounds. > > thanks in advance. > > > > > On Monday, February 13, 2012 11:11:28 PM UTC+5:30, Ice13ill wrote: >> >> I'm using federated login for my app authentication and I have the >> following issue: when users connect with google OpenID the auth >> service doesn't redirect to my original href (redirects to my domain >> + >> the url params but ignores all information after "#"). >> To create the login link I use "www.google.com/accounts/o8/id**" >> >> When I test in development mode the redirection process works fine. >> >> Also, until 12-16 months ago, I used the Google accounts API option in >> my app setting and I >> remember that after login, the redirect link back to my app contained >> the characters after the history token ( "#" ). >> Is there a workaround for this? or is something I may be doing wrong? >> > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/eQT0Hc35RyYJ. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
