You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JOpenID Discussion Group
I like your api. It is nice and clean. It gives your users the
freedom to implement their openid integration the way they choose.
One thing seems to stand out. The use of ServletRequest in the APIs.
Doing a quick look at the source code it looks like you could remove
this dependency by taking a map as the parameter instead. I really
only see the source call request.getParameter. Your users could
easily call request.getParameterMap and hand that off to you.
Mike Power
Erwin Quinto
unread,
Jul 14, 2010, 6:31:27 AM7/14/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jopenid-disc...@googlegroups.com
Cool suggestion there. We'll sure include it on our next release.