|
From: Rogan D. <ro...@da...> - 2006-06-01 05:43:58
|
Benoit Xhenseval (JIRA) wrote: > Preference Settings should be user specific. > -------------------------------------------- >=20 > Key: RCP-359 > URL: http://opensource.atlassian.com/projects/spring/browse/RC= P-359 > Project: Spring Framework Rich Client Project > Type: Improvement >=20 > Components: Settings/Preferences =20 > Reporter: Benoit Xhenseval >=20 >=20 > Is it an improvement or a bug? At the moment, if I use the j2seprefs.P= referencesSettingsFactory, the user settings are stored in the registry i= ndependently of the user logged in the application. >=20 > Basically, the "user" settings will be the same for ALL application use= rname/password on that machine... >=20 > I think that I'd preferable to take the userId entered in the login scr= een by default and add this to the path for the preferences. >=20 > My =C2=A30.02 suggestion... >=20 > Thanks! >=20 > Benoit >=20 Surely it saves the settings into a user-specific part of the registry?=20 e.g. on Windows, under HKEY_CURRENT_USER\ or under Unix, in a directory=20 structure under the current user's home directory. Isn't that enough? Or are you in a "shift-rotation" system where users=20 do not log off and log on as their own unique user? Rogan |