Emmanuel Saracco
Results
1
issues of
Emmanuel Saracco
The ticket ID validation regexp in `ticket.js` does not match IDs sent by the CAS server I work with. Need to be` /^ST-.{26,256}$/` instead of `/^ST-.{28,256}$/`. OK for you if...