195196197198199200201202203204205
StorageItem item = repo.retrieveItem(request); // not sure if we really need to log the user out, we are not using a remember me, // but what can it hurt? securitySystem.logout(subject); return item; } }