Add a TODO
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 7 Sep 2009 12:26:19 +0000 (12:26 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 7 Sep 2009 12:26:19 +0000 (12:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@812107 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/loader/WebappClassLoader.java

index 095859e..f48c860 100644 (file)
@@ -1621,6 +1621,7 @@ public class WebappClassLoader
                 "org/apache/catalina/loader/JdbcLeakPrevention.class");
         // Cheat - we know roughly how big the class will be (~1K) but allow
         // plenty room to grow
+        // TODO Let buffer grow as required
         byte[] classBytes = new byte[4096];
         int offset = 0;
         try {