https://issues.apache.org/bugzilla/show_bug.cgi?id=49197
Summary: ServletRequest/HttpSession is not visible in custom realm Product: Tomcat 6 Version: 6.0.26 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: srinivas_j...@yahoo.com I have a requirement to build a custom login module which will use a RESTful web service call to do the authentication which I completed. Now once the authentication is done I need to create a session attribute so that I can use that as token for further requests. basically my question is how to access SeveltRequest/HttpSession in the custom login module? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org