Bug 39406 - StandardSession#getLastAccessedTime() uses wrong message key
Summary: StandardSession#getLastAccessedTime() uses wrong message key
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Catalina (show other bugs)
Version: Nightly Build
Hardware: Other other
: P2 minor (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-26 04:47 UTC by Takayoshi Kimura
Modified: 2006-04-25 22:53 UTC (History)
0 users



Attachments
patch for /tomcat/container/tc5.5.x (1.89 KB, patch)
2006-04-26 04:48 UTC, Takayoshi Kimura
Details | Diff
patch for /tomcat/tc6.0.x/trunk (580 bytes, patch)
2006-04-26 04:49 UTC, Takayoshi Kimura
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Takayoshi Kimura 2006-04-26 04:47:07 UTC
StandardSession#getLastAccessedTime() uses wrong message key.
This class uses "standardSession.getId.ise", but it should be
"standardSession.getLastAccessedTime.ise".
DeltaSession do ditto.

This bug is in tc5.5.x and tc6.0.x.
Comment 1 Takayoshi Kimura 2006-04-26 04:48:28 UTC
Created attachment 18181 [details]
patch for /tomcat/container/tc5.5.x
Comment 2 Takayoshi Kimura 2006-04-26 04:49:06 UTC
Created attachment 18182 [details]
patch for /tomcat/tc6.0.x/trunk
Comment 3 Peter Rossbach 2006-04-26 05:53:34 UTC
Hups, many thanks to reporting this. Is fixed at next release.
Peter