https://issues.apache.org/bugzilla/show_bug.cgi?id=51762
Bug #: 51762
Summary: loadresource hitting the server twice
Product: Ant
Version: 1.8.2
Platform: PC
Status: NEW
Severity: normal
Priority: P2
Component: Core tasks
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
the following simple target seems to hit the server twice. i have logged the
http traffic with wireshark and it confirms that the http-call is sent (and
received) twice.
<project name="Test" default="recreate-via-http" >
<target name="recreate-via-http">
<loadresource property="result" >
<url url="http://someserver/somecall.php" />
</loadresource>
<echo>${result}</echo>
</target>
</project>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.