git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@450863 13f79535-47bb-0310-9956-ffa450edef68master
@@ -96,6 +96,7 @@ Irene Rusman | |||||
Ivan Ivanov | Ivan Ivanov | ||||
Jack J. Woehr | Jack J. Woehr | ||||
James Duncan Davidson | James Duncan Davidson | ||||
Jan Cumps | |||||
Jan Matèrne | Jan Matèrne | ||||
Jan Mynarik | Jan Mynarik | ||||
Jason Hunter | Jason Hunter | ||||
@@ -22,6 +22,8 @@ Fixed bugs: | |||||
* URLResource did not close jar files, and also did not disconnect HTTPConnection (s). | * URLResource did not close jar files, and also did not disconnect HTTPConnection (s). | ||||
* error calling junitreport. Bugzilla 40595. | |||||
* <junittask/> created junitvmwatcher*.properties files but did not close and delete them. | * <junittask/> created junitvmwatcher*.properties files but did not close and delete them. | ||||
* <xmlproperty> did not create properties for empty leaf elements. | * <xmlproperty> did not create properties for empty leaf elements. | ||||
@@ -398,6 +398,10 @@ | |||||
<first>Jan</first> | <first>Jan</first> | ||||
<last>Matèrne</last> | <last>Matèrne</last> | ||||
</name> | </name> | ||||
<name> | |||||
<first>Jan</first> | |||||
<last>Cumps</last> | |||||
</name> | |||||
<name> | <name> | ||||
<first>Jan</first> | <first>Jan</first> | ||||
<last>Mynarik</last> | <last>Mynarik</last> | ||||
@@ -361,7 +361,6 @@ public class URLResource extends Resource { | |||||
* @throws Throwable on error. | * @throws Throwable on error. | ||||
*/ | */ | ||||
protected void finalize() throws Throwable { | protected void finalize() throws Throwable { | ||||
close(); | |||||
conn = null; | conn = null; | ||||
super.finalize(); | super.finalize(); | ||||
} | } | ||||