Description of problem: The Download/update link on server GUI is URL:PORT/agentupdate/download and if customer would copy it and try to download (wget) on server, it will download a "download" file, and customer needs to rename it to rhq-enterprise-agent-VERSION.jar . Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Administration 2. Downloads 3. Copy Link address of Agent 4. run "wget ${SAVED_LINK}" command on machine where agent will be installed Actual results: file with name "download" and without any extension - and customer needs to cange the name to smth.jar and then install the agent. Expected results: rhq-enterprise-agent-VERSION.jar should be downloaded Additional info: If customer would download the link from GUI directly, it would be saved with correct name and extension.