fix: 🐛 Fix missing execute statement in statistics filter
parent
fbf9c470ba
commit
93b8081c33
|
@ -327,6 +327,7 @@ public class ProxyStatisticsFilter extends AuthProcFilter {
|
|||
ps.setLong(2, idpId);
|
||||
ps.setLong(3, spId);
|
||||
ps.setString(4, userId);
|
||||
ps.execute();
|
||||
log.debug("{} - Updated login count by 1 for combination: idpId={}, spId={}, userId={}",
|
||||
filterName, idpId, spId, userId);
|
||||
} catch (SQLException ex) {
|
||||
|
|
Loading…
Reference in New Issue