bc709bba809c006ce5178170634664b7fc6b18d3
java/com.sap.sailing.domain.igtimiadapter.test/META-INF/MANIFEST.MF
| ... | ... | @@ -11,4 +11,6 @@ Require-Bundle: org.junit;bundle-version="4.8.2", |
| 11 | 11 | com.sap.sailing.domain.common, |
| 12 | 12 | com.sap.sse.mongodb, |
| 13 | 13 | com.sap.sse.common, |
| 14 | - com.sap.sse.security.testsupport |
|
| 14 | + com.sap.sse.security.testsupport, |
|
| 15 | + org.mockito.mockito-core;bundle-version="1.10.14", |
|
| 16 | + org.hamcrest;bundle-version="1.1.0" |
wiki/info/security/permission-migration-tests.md
| ... | ... | @@ -191,7 +191,7 @@ Due to the new security model, there are semantic changes regarding several part |
| 191 | 191 | |
| 192 | 192 | Wind tracking via Igtimi changed its semantic the respect account visibility for a user who tracks a race. When a user tracks a new race or starts tracking wind for existing races, only Igtimi accounts are included that the user has READ permissions for. |
| 193 | 193 | |
| 194 | -When races are automatically tracked during server restarting, the accounts are filtered by the user owner of the TrackedRace to simulate the tracking of the race as it would be done by the initial creator. If there is no user owner, the accounts are filtered by the readability of the race's group owner. |
|
| 194 | +When races are automatically tracked during server restarting, the accounts are filtered by the user owner of the TrackedRace to simulate the tracking of the race as it were triggered by the initial creator. If there is no user owner, the accounts are filtered by the readability of the race's group owner. |
|
| 195 | 195 | |
| 196 | 196 | ### DeviceConfiguration UUID |
| 197 | 197 |