You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 10, 2021. It is now read-only.
log.error("Callback failed! No service parameter found in flow of session! Possible causes: either the user session has expired, server has been restarted in the middle of user transaction or corrupt/invalid cookie value was sent from the browser");
log.error("Oauth callback url not found in session! Possible causes: either the user session has expired, server has been restarted in the middle of user transaction or corrupt/invalid cookie value was sent from the browser");
if (!requestContext.getExternalContext().getSessionMap().contains(Pac4jConstants.REQUESTED_URL)) {
105
+
log.error("Oauth callback url not found in session! Possible causes: either the user session has expired, server has been restarted in the middle of user transaction or corrupt/invalid cookie value was sent from the browser");
Copy file name to clipboardExpand all lines: src/main/webapp/WEB-INF/classes/messages.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ message.idc.doesidcardexist=Do you have your ID-card inserted into the card read
85
85
message.idc.nocertificate=No certificate found! Do you have your ID-card inserted into the card reader?
86
86
message.idc.certnotyetvalid=Your certificates are invalid.
87
87
message.idc.certexpired=Your certificates are invalid.
88
-
message.idc.revoked=Your certificates are invalid.
88
+
message.idc.revoked=Your certificates have been revoked. You can check the status of your ID card certificates in the DigiDoc4 client https://www.id.ee/en/article/validity-of-id-card-certificates-2/
89
89
message.idc.unknown=Your certificates are invalid.
90
90
message.idc.error.ocsp.not.available=Certificate status enquiry failed. Please try again later.
91
91
message.idc.error=Certificate enquiry failed. Please try again later.
Copy file name to clipboardExpand all lines: src/main/webapp/WEB-INF/classes/messages_et.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ message.idc.doesidcardexist=Kas Teie ID-kaart on kaardilugejasse sisestatud?
85
85
message.idc.nocertificate=Sertifikaati ei leitud! Kas Teie ID-kaart on kaardilugejasse sisestatud?
86
86
message.idc.certnotyetvalid=Teie sertifikaadid ei kehti.
87
87
message.idc.certexpired=Teie sertifikaadid ei kehti.
88
-
message.idc.revoked=Teie sertifikaadid ei kehti.
88
+
message.idc.revoked=Teie sertifikaadid on tühistatud. Oma ID-kaardi sertifikaatide olekut saate kontrollida DigiDoc4 kliendis https://www.id.ee/artikkel/id-kaardi-sertifikaatide-kehtivus-2/
89
89
message.idc.unknown=Teie sertifikaadid ei kehti.
90
90
message.idc.error.ocsp.not.available=Sertifikaadi kehtivuse info küsimine ei õnnestunud. Palun proovige mõne aja pärast uuesti.
91
91
message.idc.error=Sertifikaadi küsimine ei õnnestunud. Palun proovige mõne aja pärast uuesti.
message.idc.nocertificate=Сертификат не найден! Пожалуйста проверьте, вставлена ли Ваша ID-карта в считыватель?
86
86
message.idc.certnotyetvalid=Ваши сертификаты не действительны.
87
87
message.idc.certexpired=Ваши сертификаты не действительны.
88
-
message.idc.revoked=Ваши сертификаты не действительны.
88
+
message.idc.revoked=Ваши сертификаты аннулированы. Вы можете проверить статус сертификатов вашей ID-карты в клиенте DigiDoc4 https://www.id.ee/ru/artikkel/dejstvitelnost-sertifikatov-id-karty-2/
89
89
message.idc.unknown=Ваши сертификаты не действительны.
90
90
message.idc.error.ocsp.not.available=Запрос сертификата не удался. Пожалуйста, попробуйте позже.
91
91
message.idc.error=Запрос сертификата не удался. Пожалуйста, попробуйте позже.
0 commit comments