Skip to content
Succès

Changes

Summary

  1. Bug #15101 (details)
  2. bug #15108 : Improving management in case of an update of a user role, depending on whether it is an administrator or a domain manager (details)
Commit 820fbed6cb49fc58ab8beb9f81f57cb8709f5248 by Miguel Moquillon
Bug #15101

After investigations and tests (the unit test TreeSetCacheTest was coded
for this purpose) to discover issues and to fix it, a solution has been
found. Nevertheless, with the unit test, it was very difficule to catch any
ConcurrentModificationException like in the bug report. This is why,
this solution requires to be tested in a running Silverpeas (in my own
tests against a running Silverpeas, I didn't found any error).
The file was modifiedcore-war/src/main/java/org/silverpeas/web/jobstartpage/DisplaySorted.java (diff)
The file was modifiedcore-war/src/test/java/org/silverpeas/web/jobdomain/UserRequestDataTest.java (diff)
The file was modifiedcore-war/src/main/java/org/silverpeas/web/jobstartpage/NavBarManager.java (diff)
The file was modifiedcore-war/src/main/java/org/silverpeas/web/jobstartpage/NavBarJsonEncoder.java (diff)
The file was modifiedcore-war/src/main/java/org/silverpeas/web/jobstartpage/control/JobStartPagePeasSessionController.java (diff)
The file was addedcore-war/src/test/java/org/silverpeas/web/jobstartpage/control/TreeSetCacheTest.java
Commit 1364a040f0f11b3f146da9ccc2ec93603072f20c by Miguel Moquillon
bug #15108 : Improving management in case of an update of a user role, depending on whether it is an administrator or a domain manager
The file was modifiedcore-war/src/main/webapp/jobDomainPeas/jsp/userCreate.jsp (diff)