You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/06/15 12:19:17 UTC

DO NOT REPLY [Bug 20786] New: - Incorrect output of session information

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: tomcat-dev@jakarta.apache.org
        ReportedBy: rainer.jung@kippdata.de


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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org