lemonzone2010 / javamelody

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

http Sessions not displaying the user details #419

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Not able to view user details when i click http session, but all other 
details are displayed.
2. Currently using this in Weblogic 11g server, HDK7 and IAM SSO 
3. Downloaded the latest jar files.

Please note that it was working in OC4J server with JDK4 and OID.

Original issue reported on code.google.com by jayasimh...@gmail.com on 11 Jul 2014 at 2:11

GoogleCodeExporter commented 9 years ago
When going through the MonitoringFilter, the HttpServletRequest need to have 
the username and to return it when the getRemoteUser() method is called.

Original comment by evernat@free.fr on 11 Jul 2014 at 1:48