How can one access the HttpServletRequest from within the POJO ? I tried: javax.servlet.http.HttpServletRequest request = org.apache.xmlrpc.webserver.XmlRpcServletServer.ServletStreamConnection.getRequest(); but it is protected.
I just need a way to call request.getRemoteUser() or request.isUserInRole( "rolename" ). -Thanks Steve More --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]