Github user FSchumacher commented on a diff in the pull request:
https://github.com/apache/tomcat/pull/109#discussion_r186523342
--- Diff: java/org/apache/catalina/webresources/FileResource.java ---
@@ -16,12 +16,11 @@
*/
package org.apache.catalina.webresources;
-import java.io.ByteArrayInputStream;
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileNotFoundException;
-import java.io.IOException;
-import java.io.InputStream;
+import org.apache.catalina.WebResourceRoot;
+import org.apache.juli.logging.Log;
+import org.apache.juli.logging.LogFactory;
+
+import java.io.*;
--- End diff --
We don't use wildcard imports (except in test cases, where it might be OK)
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]