Steve I tried to compile your SecureRequestUtils code using servlet 2.1 and the compiler says that "aRequest.getParameterMap()" does not exist.
Is your servletUtil based on Servlet 2.3? Regards Michael Mok /** * Creates query String from request body parameters */ public static String getRequestParameters( HttpServletRequest aRequest ){ Map m = aRequest.getParameterMap(); return createQueryStringFromMap(m, "&").toString(); } -----Original Message----- From: Ditlinger, Steve [mailto:[EMAIL PROTECTED]] Sent: Monday, 25 February 2002 9:30 To: 'Niall Pemberton'; struts-user; struts-dev Subject: RE: Implement HTTP and HTTPS in a safe, flexible, and easily maintainable manner Hey, thanks for the publicity. We've created a Struts extension based on this article. Find it at http://struts.ditlinger.com. Try it out, let us know what you think. Steve -----Original Message----- From: Niall Pemberton [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 12:24 PM To: struts-user; struts-dev Subject: Implement HTTP and HTTPS in a safe, flexible, and easily maintainable manner This gives an example of how to integrate SSL into a Web App, using Struts as an example. http://www.javaworld.com/javaworld/jw-02-2002/jw-0215-ssl.html -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>