users@glassfish.java.net

Re: OpenID for Web Apps?

From: <glassfish_at_javadesktop.org>
Date: Wed, 15 Oct 2008 10:21:35 PDT

another thing I forgot to post:
I have changed the method initSavedRequest in the SavedHttpServletRequest.
For me it seems that the following is incorrect - ?

       parameters = new Hashtable();
        Enumeration pNames = request.getParameterNames();
        while (pNames.hasMoreElements()) {
            String name = (String) aNames.nextElement();
            parameters.put(name, request.getParameterValues(name));
        }

This throws a exception in my tests. I changed "aNames" in "pNames" in the while block
[Message sent by forum member 'rsoika' (rsoika)]

http://forums.java.net/jive/thread.jspa?messageID=307580