Re: svn commit: r529442 - /tomcat/tc6.0.x/trunk/webapps/manager/sessionDetail.jsp

2007-04-17 Thread Remy Maucherat
Tim Funk wrote: Looks good - the only thing I'd recommend to add is exception handling when displaying session values. For example - if someone places the following into their session: (A rather simplistic example) new Object() { public String toString() { String s = null; return

Re: svn commit: r529442 - /tomcat/tc6.0.x/trunk/webapps/manager/sessionDetail.jsp

2007-04-17 Thread Tim Funk
Looks good - the only thing I'd recommend to add is exception handling when displaying session values. For example - if someone places the following into their session: (A rather simplistic example) new Object() { public String toString() { String s = null; return s.toString();

svn commit: r529442 - /tomcat/tc6.0.x/trunk/webapps/manager/sessionDetail.jsp

2007-04-16 Thread remm
Author: remm Date: Mon Apr 16 16:30:03 2007 New Revision: 529442 URL: http://svn.apache.org/viewvc?view=rev&rev=529442 Log: - Add session browser capabilities in the manager. Let me know if it creates problems (I checked XSS to some extent to, but please double check if you can). - Submitted by