forked from Coded/SIPRP
git-svn-id: https://svn.coded.pt/svn/SIPRP@1449 bb69d46d-e84e-40c8-a05a-06db0d633741
This commit is contained in:
parent
101c2309d5
commit
b79c95119a
1 changed files with 11 additions and 10 deletions
|
|
@ -16,15 +16,15 @@ public final class ImagesServlet extends HttpServlet
|
||||||
|
|
||||||
private static final String PARAMETER_ID = "id";
|
private static final String PARAMETER_ID = "id";
|
||||||
|
|
||||||
private static Boolean logger = false;
|
// private static Boolean logger = false;
|
||||||
static
|
// static
|
||||||
{
|
// {
|
||||||
if ( ! logger )
|
// if ( ! logger )
|
||||||
{
|
// {
|
||||||
WebImagesLogger.init();
|
// WebImagesLogger.init();
|
||||||
logger = true;
|
// logger = true;
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
public void doGet( HttpServletRequest request, HttpServletResponse response ) //throws IOException, ServletException
|
public void doGet( HttpServletRequest request, HttpServletResponse response ) //throws IOException, ServletException
|
||||||
{
|
{
|
||||||
|
|
@ -61,7 +61,8 @@ public final class ImagesServlet extends HttpServlet
|
||||||
}
|
}
|
||||||
catch ( Exception e )
|
catch ( Exception e )
|
||||||
{
|
{
|
||||||
ErrorLogger.logException( e );
|
e.printStackTrace();
|
||||||
|
// ErrorLogger.logException( e );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue