See <https://builds.apache.org/job/ACE-trunk/168/changes>
Changes: [jawi] ACE-435 - Content-Length not always set for deployment packages: - when downloading a DP, the content length header was not always set. The agent could therefore not determine a priori how many bytes it should download; - the solution is to leverage the ContentRangeResponseWrapper for non-range requests as well, making it possible to exactly determine the content length *before* sending it to the agent. [jawi] ACE-436 - fixed possible resource leak: - a possible resource leak could occur when handling package delivery to an agent that uses content-ranges during the agent update retrieval; - restored the authorization functionality for this servlet, as this was not yet/no longer implemented, but should be, as this is a public endpoint; - code formatting applied & compiler warnings removed. ------------------------------------------ Started by an SCM change Building remotely on windows2 in workspace <https://builds.apache.org/job/ACE-trunk/ws/> Updating https://svn.apache.org/repos/asf/ace/trunk at revision '2013-11-21T08:33:34.922 -0800' U org.apache.ace.deployment\test\org\apache\ace\deployment\servlet\DeploymentServletTest.java U org.apache.ace.deployment\src\org\apache\ace\deployment\servlet\AgentDeploymentServlet.java U org.apache.ace.deployment\src\org\apache\ace\deployment\servlet\ContentRangeResponseWrapper.java At revision 1544246 FATAL: Cannot find executable from the chosen Ant installation "Ant (latest)" Build step 'Invoke Ant' marked build as failure Recording test results TestNG Reports Processing: START Looking for TestNG results report in workspace using pattern: **/testng/testng-results.xml Did not find any matching files.
