Skip to content

Commit

Permalink
parsing errors check #93
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-stastny committed May 20, 2014
1 parent 703e4f6 commit 0b45d01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions search/src/java/cz/incad/Kramerius/ViewInfoServlet.java
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws Se
if (hasAlto) {
boolean flag = altoObject(pid,map, req);
map.put("hasAlto", ""+flag);
} else {
map.put("hasAlto", "false");
}

resp.setContentType("text/plain");
Expand Down

0 comments on commit 0b45d01

Please sign in to comment.