SUPPORT-9164: Fix
This commit is contained in:
parent
5d6709e97d
commit
488174e1d6
1 changed files with 1 additions and 1 deletions
|
|
@ -517,7 +517,7 @@ public class EsiaAuthService {
|
|||
private void verifyStateFromCookie(HttpServletRequest request, String state, HttpServletResponse response) {
|
||||
Cookie cookie = WebUtils.getCookie(request, PRNS_UUID);
|
||||
if (cookie == null) {
|
||||
throw new RuntimeException("State invalid. Cookie not found");
|
||||
throw new EsiaException("State invalid. Cookie not found");
|
||||
}
|
||||
String prnsUUID = cookie.getValue();
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue