commented out mildly annoying log message for static file requests

This commit is contained in:
hns 2002-02-20 16:15:26 +00:00
parent 69cb0cb711
commit e966459776

View file

@ -179,7 +179,7 @@ public class FileServlet extends HttpServlet
protected void serveFile( HttpServletRequest req, HttpServletResponse res, boolean headOnly, String path, String filename, File file ) throws IOException
{
log( "getting " + path );
// log( "getting " + path );
if ( ! file.canRead() )
{
res.sendError( HttpServletResponse.SC_FORBIDDEN );