sebb 2004/02/18 15:56:23
Modified: src/protocol/http/org/apache/jmeter/protocol/http/control
AuthManager.java
Log:
Close file on Exception return
Revision Changes Path
1.10 +3 -2
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/control/AuthManager.java
Index: AuthManager.java
===================================================================
RCS file:
/home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/control/AuthManager.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- AuthManager.java 12 Feb 2004 00:07:12 -0000 1.9
+++ AuthManager.java 18 Feb 2004 23:56:23 -0000 1.10
@@ -302,6 +302,7 @@
}
catch (Exception e)
{
+ reader.close();
throw new IOException(
"Error parsing auth line\n\t'" + line + "'\n\t" + e);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]