sumit-kumar-iitm / jopenid

Automatically exported from code.google.com/p/jopenid
0 stars 0 forks source link

Please remove Servlet dependency by replacing Servlet request object with Map<String, String> #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The only place Servlet is used is OpenIdManager.java. In this file, Servlet 
request object can be replaced with Map<String, String>.

Remove Servlet dependency will make JOpenID smaller, and easily used in 
non-servlet environment.

Original issue reported on code.google.com by ngocdaot...@gmail.com on 21 Feb 2011 at 10:23

GoogleCodeExporter commented 8 years ago
I went ahead and did this. See attached file...

Original comment by exabr...@gmail.com on 7 Aug 2012 at 11:02

Attachments: