[Jamwiki-commit] SF.net SVN: jamwiki:[4072] wiki/branches/cclavadetscher
Brought to you by:
wrh2
From: <ccl...@us...> - 2012-06-07 06:33:17
|
Revision: 4072 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=4072&view=rev Author: cclavadetscher Date: 2012-06-07 06:33:06 +0000 (Thu, 07 Jun 2012) Log Message: ----------- Bug fix: Deal correctly with empty groups: jamwiki-core/src/main/java/org/jamwiki/model/GroupMap.java: initialize empty lists to avoid NullPointerException jamwiki-web/src/main/java/org/jamwiki/servlets/RolesServlet.java: check GroupMap of users for null and initialize an empty GroupMap if necessary. This is used when a user is removed from all user defined groups. Modified Paths: -------------- wiki/branches/cclavadetscher/jamwiki-core/src/main/java/org/jamwiki/model/GroupMap.java wiki/branches/cclavadetscher/jamwiki-web/src/main/java/org/jamwiki/servlets/RolesServlet.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |