mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Oops new HTTP lib has a slightly difference exception signature in one method
git-svn-id: https://zxing.googlecode.com/svn/trunk@917 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
ad30e12985
commit
cfff716c6c
|
@ -170,9 +170,6 @@ public final class DecodeServlet extends HttpServlet {
|
|||
// Thrown if hostname is bad or null
|
||||
getRequest.abort();
|
||||
response.sendRedirect("badurl.jspx");
|
||||
} catch (HttpException he) {
|
||||
getRequest.abort();
|
||||
response.sendRedirect("badurl.jspx");
|
||||
} catch (UnknownHostException uhe) {
|
||||
getRequest.abort();
|
||||
response.sendRedirect("badurl.jspx");
|
||||
|
|
Loading…
Reference in a new issue