WANG vor 5 Jahren
Ursprung
Commit
1bc4dfa22a

+ 3 - 2
examcloud-core-examwork-starter/src/main/resources/security.properties

@@ -2,11 +2,12 @@
 [s][${$rmp.ctr.examwork}/exam][{examId}][GET]=true
 [s][${$rmp.ctr.examwork}/exam][examOrgProperty/{examId}/{key}][GET]=true
 [s][${$rmp.ctr.examwork}/exam][ipLimit/{examId}][GET]=true
+[s][${$rmp.ctr.examwork}/exam][examOrgPropertyFromCache4StudentSession/{examId}/{keys}][GET]=true
+[s][${$rmp.ctr.examwork}/exam][examOrgSettingsFromCacheByStudentSession/{examId}][GET]=true
 
 [s][${$rmp.ctr.examwork}/exam_student][specialtyNameList][GET]=true
 [s][${$rmp.ctr.examwork}/exam_student][courseLevelLis][GET]=true
 
 [s][${$rmp.ctr.examwork}/notice][getUserNoticeList][GET]=true
 [s][${$rmp.ctr.examwork}/notice][updateNoticeReadStatus][POST]=true
-[s][${$rmp.ctr.examwork}/exam][examOrgPropertyFromCache4StudentSession/{examId}/{keys}][GET]=true
-[s][${$rmp.ctr.examwork}/exam][examOrgSettingsFromCacheByStudentSession/{examId}][GET]=true
+