SDUOJ / sduoj-web2

6 stars 5 forks source link

进入回放界面 浏览器后退见面 出现如下界面 #14

Closed whitesweater closed 2 years ago

whitesweater commented 2 years ago

M1BI_GVS_X~)MD7JW51N`@D

yhf2000 commented 2 years ago

初步分析,原因为请求被 (disk cache),导致在校验时间戳时出错。

解决方案:

  1. 考虑进行特判,只在固定的区域进行时间校验
  2. 判断请求是否为 cache
  3. time error 页面增加特判,时间正常时跳转回之前的页面。

临时解决方案为,Disable Cache 或 直接重新访问主站链接。

yhf2000 commented 2 years ago

fixed in ba4dc72