View | Details | Raw Unified | Return to bug 40625
Collapse All | Expand All

(-)catalina/src/share/org/apache/catalina/servlets/CGIServlet.java (-1 / +1 lines)
Lines 1786-1792 Link Here
1786
            }
1786
            }
1787
            catch (IOException e){
1787
            catch (IOException e){
1788
                log ("Caught exception " + e);
1788
                log ("Caught exception " + e);
1789
                throw new IOException (e.toString());
1789
                throw e;
1790
            }
1790
            }
1791
            finally{
1791
            finally{
1792
                if (debug > 4) {
1792
                if (debug > 4) {

Return to bug 40625