DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20786>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20786

Incorrect output of session information

           Summary: Incorrect output of session information
           Product: Tomcat 4
           Version: 4.1.24
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Webapps:Manager
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The manager webapps output for the list off sessions of a webapp seems to be
incorrect. In ManagerServlet.java in Method sessions there are frequent uses of
StringManager.getString which seem to be broken.

The output is:

OK - Session information for application at context path /
Default maximum session inactive interval 5 minutes
<10291 minutes:{1} sessions

instead of

OK - Session information for application at context path /
Default maximum session inactive interval 5 minutes
<10 minutes:291 sessions

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to