cis498-g4 / GuestBook

Guest book and feedback system for events
1 stars 1 forks source link

Entering an invalid ID as a URL parameter causes Error #42

Closed mikemolenda closed 7 years ago

mikemolenda commented 7 years ago

Should redirect to error page ("Does not exist")

mikemolenda commented 7 years ago

Fix by adding try/catch to doGet every time request parameters determine the URL. Catch redirects to error page

mikemolenda commented 7 years ago

Fixed 5/16/17