Merge pull request #147 from dBucik/fix_stats
fix: 🐛 Fix missing execute statement in statistics filter
pull/1580/head
commit
70b42c466a
|
@ -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