Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-09 | Switching from Ivy+Ant to Maven. | Jesse Morgan | |
2014-04-08 | Fixing 500 on New Account Login Bug. | Jesse Morgan | |
AccountRedirectResource was expecting the user to have a UserRecord, but new users did not have one. This caused JsonRequestProvider to throw an IOException and AccountRedirectResource to return 500. JsonRequestProvider now throws a NotFoundException on 404 and AccountRedirectResource properly handles it. |