tacusci/Tacusci

find and fix hidden occasional bug where occasionally Jetty complains about a committed response being illegally modified afterwards

Opened this issue · 2 comments

find and fix hidden occasional bug where occasionally Jetty complains about a committed response being illegally modified afterwards

Bug only seems to occur once a user whom is banned tries to log in and it presents the banned image instead of the login form for the first time that they try logging in. Probably an issue with using the logic with Velocity?

literally just seems to occur when a null value triggers the if statement condition in the login page velocity template logic... sounds like a bug in Velocity?