Title:
[ANeff] Bug for: coldfusion.runtime.SessionTracker getSessionCollection nullpointer
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 03/09/2016
Components: Core Runtime
Versions: 2016
Failure Type:
Found In Build/Fixed In Build: Alpha_v12 /
Priority/Frequency: Normal / Few users will encounter
Locale/System: English / Win All
Vote Count: 0
SessionTracker's getSessionCollection throws null pointer. Works in CF11.
component {
THIS.name = "SessionTrackerNullPointer";
THIS.sessionManagement = true;
function onRequest() {
writeDump(createObject("java", "coldfusion.runtime.SessionTracker").getSessionCollection(THIS.name));
}
}
Just FYI: I filed 3075008 during Zeus beta for another getSessionCollection issue, and that issue was fixed in Zeus beta.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4126553
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email: adobelabs@itisdesign.com
External Test Config:
Attachments:
Comments: