Skip to content

v74.12.0 - UAA Release v74.12.0

Choose a tag to compare

@cf-identity cf-identity released this 03 Dec 01:34
· 2854 commits to develop since this release

bosh.io releases

BUG FIX

Purge expired session from in memory map Configuring the UAA to manage sessions in memory resulted in the use of MapSessionRepository to manage sessions. MapSessionRepository does not automatically remove expired sessions from its backing map and neither did the UAA, resulting in a memory leak. The fix registers a scheduled task to remove expired sessions.

Github Issue 1
Github Issue 2
Tracker Story