Thanks a lot for speedy help, that sort of worked! Now I am getting
other problems, though. The window that pops up now contains an http
500 error, here is what it says:
http://pastebin.com/rpGTg9b3
Would very much appreciate another speedy helpalong, thanks.
Regards,
Oliver Uvman
On 4 Maj, 06:13, David Yu <
david.yu....@gmail.com> wrote:
> There's a typo in the popup_login.html. I've fixed that in the wiki.
>
> Look for:
> window.open("home/?popup=true"
>
> Changed the uri to:
> "anyname.jsp?popup=true"
>
> The problem was "home/" was not mapped to the openid servlet filter (*.jsp).
>
> You might wanna try out the working example on modules/demos/openid-servlet
> as well.
>
> Cheers
>
>
>
>
>
> On Tue, May 4, 2010 at 5:16 AM, Oliver Uvman <
embry...@gmail.com> wrote:
> > Hello!
>
> > I've been trying for around 5 hours now, but can't get your (seemingly
> > great) library to work with my GWT app. At the moment I'm trying to
> > get the "login without leaving page" to work, but have also looked at
> > the page-refresh variant.
>
> > I'm trying to run your code to work, having followed the instructions
> > ofhttp://
code.google.com/p/dyuproject/wiki/OpenidLoginWithoutLeavingPage,
> > and I'm getting the app to run and display your login button. When I
> > press it, however, all I get is a popup showing a 404.
>
> > It is at the urlhttp://localhost:8888/home/?popup=true(hosted mode
> > debugging)
> > and the text it shows is:
> > HTTP ERROR: 404
>
> > NOT_FOUND
> > RequestURI=/home/
>
> > Powered by Jetty://
>
> > I've tried placing the .jsp files in war, the public folder under the
> > gwt.xml, in WEB-INF/views and in WEB-INF/views/jsp. I have also tried
> > putting the home.jsp file in these places even though the instructions
> > don't tell me to use it.
>
> > Would appreciate any help a lot, thanks for making this code public!
>
> > Regards,
> > Oliver Uvman
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "dyuproject" group.
> > To post to this group, send email to
dyupr...@googlegroups.com.
> > To unsubscribe from this group, send email to
> >
dyuproject+...@googlegroups.com<dyuproject%2Bunsubscribe@googlegrou
ps.com>
> > .