summaryrefslogtreecommitdiff
path: root/src/com/p4square/grow/frontend/NotFoundException.java
AgeCommit message (Collapse)Author
2016-04-09Switching from Ivy+Ant to Maven.Jesse Morgan
2014-04-08Fixing 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.