Merge pull request #128 from SafeExamBrowser/pw-bug
pw-bug comment if on additional attributes for exam
This commit is contained in:
commit
0dd70f3ff4
1 changed files with 3 additions and 2 deletions
|
@ -222,7 +222,8 @@ public class ProctoringSettingsDAOImpl implements ProctoringSettingsDAO {
|
||||||
String.valueOf(screenProctoringSettings.enableScreenProctoring));
|
String.valueOf(screenProctoringSettings.enableScreenProctoring));
|
||||||
|
|
||||||
// we need to store this only if it is an unbundled setup otherwise attributes are known by the service
|
// we need to store this only if it is an unbundled setup otherwise attributes are known by the service
|
||||||
if (!screenProctoringServiceBundle.bundled) {
|
//todo: find a better way to get the proctoring credentials
|
||||||
|
//if (!screenProctoringServiceBundle.bundled) {
|
||||||
attributes.put(
|
attributes.put(
|
||||||
ScreenProctoringSettings.ATTR_SPS_SERVICE_URL,
|
ScreenProctoringSettings.ATTR_SPS_SERVICE_URL,
|
||||||
StringUtils.trim(screenProctoringSettings.spsServiceURL));
|
StringUtils.trim(screenProctoringSettings.spsServiceURL));
|
||||||
|
@ -238,7 +239,7 @@ public class ProctoringSettingsDAOImpl implements ProctoringSettingsDAO {
|
||||||
attributes.put(
|
attributes.put(
|
||||||
ScreenProctoringSettings.ATTR_SPS_ACCOUNT_PASSWORD,
|
ScreenProctoringSettings.ATTR_SPS_ACCOUNT_PASSWORD,
|
||||||
encryptSecret(Utils.trim(screenProctoringSettings.spsAccountPassword)));
|
encryptSecret(Utils.trim(screenProctoringSettings.spsAccountPassword)));
|
||||||
}
|
//}
|
||||||
|
|
||||||
attributes.put(
|
attributes.put(
|
||||||
ScreenProctoringSettings.ATTR_COLLECTING_STRATEGY,
|
ScreenProctoringSettings.ATTR_COLLECTING_STRATEGY,
|
||||||
|
|
Loading…
Reference in a new issue