cross-solution / YAWIK

YAWIK is a web application. It can be used as an ATS applicant tracking system or as a jobboard.
https://yawik.org
MIT License
125 stars 67 forks source link

Exceptions thrown on invalid URL parameters #276

Closed fedys closed 8 years ago

fedys commented 8 years ago

If you enter an invalid URL parameter then exception is thrown. An HTTP 404 should be shown instead. Plus some meaningful message could be displayed.

Some URL examples: https://yawik.org/demo/en/jobs/edit?id=5667efdb4e197fe6037b246w https://yawik.org/demo/en/organizations/edit/5733102a4e197f7d55cb9103 https://yawik.org/demo/en/settings/Ordersa

cbleek commented 8 years ago

good idea. Please make it right.

TiSiE commented 8 years ago

Done with 880247e