Lines 1415-1421
Link Here
|
1415 |
return buffer.toString(); |
1415 |
return buffer.toString(); |
1416 |
} |
1416 |
} |
1417 |
} catch (NamingException e) { |
1417 |
} catch (NamingException e) { |
1418 |
throw new ServletException("Error opening readme resource", e); |
1418 |
if (debug > 10) |
|
|
1419 |
log("readme '" + readmeFile + "' not found", e); |
1420 |
|
1421 |
return null; |
1419 |
} |
1422 |
} |
1420 |
} |
1423 |
} |
1421 |
|
1424 |
|
Lines 1438-1444
Link Here
|
1438 |
return is; |
1441 |
return is; |
1439 |
} |
1442 |
} |
1440 |
} catch (NamingException e) { |
1443 |
} catch (NamingException e) { |
1441 |
throw new ServletException("Error opening XSLT resource", e); |
1444 |
if (debug > 10) |
|
|
1445 |
log("localXsltFile '" + localXsltFile + "' not found", e); |
1446 |
|
1447 |
return null; |
1442 |
} |
1448 |
} |
1443 |
} |
1449 |
} |
1444 |
|
1450 |
|