- Use the better IOException type (any other exception is totally unexpected).
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 4 May 2007 00:04:39 +0000 (00:04 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 4 May 2007 00:04:39 +0000 (00:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@535035 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/connector/CoyoteAdapter.java

index 42d4af8..12d20ef 100644 (file)
@@ -132,7 +132,7 @@ public class CoyoteAdapter
                             if (request.read()) {
                                 read = true;
                             }
-                        } catch (Exception e) {
+                        } catch (IOException e) {
                             error = true;
                         }
                         if (read) {