Skip to content

Commit

Permalink
SAK-18919 return a 404 rather than throwing an error
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/portal/trunk@80984 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
axxter99 committed Aug 9, 2010
1 parent 97d1aeb commit 9cb36ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ protected void doGet(HttpServletRequest req, HttpServletResponse res)
+ req.getServletPath() + "/" + placementId, toolPath);

}
catch (Throwable t)
catch (Exception t)
{
doError(req, res, t);
}
Expand Down

0 comments on commit 9cb36ee

Please sign in to comment.