David,
Thanks for the quick reply. I've studied the demos extensively, but
they were initially too complicated for me (I've done a lot of plain
java programming, but never web-based stuff).
I finally figured it out the solution (at 3am). Apparently, the issue
was that I am using HTML files (not JSP) and HTML files are considered
static files by Google App Engine. GAE always serves static files,
regardless of what filters are applied to it. I was able to insert an
exclusion to appengine-web.xml for the specific HTML file I'm
protecting, which allowed the filter to work on it. Hopefully, the
rest of the OpenID integration will go more smoothly.
Regards,
z.
On Dec 5, 3:20 am, David Yu <
david.yu....@gmail.com> wrote:
> On Sun, Dec 5, 2010 at 2:22 PM, Zakaluka <
zakal...@gmail.com> wrote:
>
> It would be better if you post the sample app.
> Have you looked at the bare-bones servlet demo at
> modules/demos/openid-servlet ?
>
> > Thank you in advance,
>
> > z.
>
> > --
> > 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>
> > .