|
abayer made changes - 08/Feb/10 08:44 AM
I added an onException handler in downloadService.post and found it was getting an exception in nslXMLHttpRequest.setRequestHeader (with mac firefox 3.5).. seems the requestHeaders parameter to Ajax.Request is required.. adding requestHeaders:[] seems to resolve the problem.
mindless made changes - 08/Feb/10 10:10 AM
mindless made changes - 08/Feb/10 10:10 AM
I'll commit a little fix to avoid js error in firefox after successful update.. kohsuke will commit main fix for the issue (crumb object adds bad header with empty value). This will resolve both update of update center data, and refresh of plugin/hudson upgrade status on the /updateCenter/ page.
mindless made changes - 08/Feb/10 10:33 AM
kohsuke made changes - 08/Feb/10 11:16 AM
kohsuke made changes - 08/Feb/10 11:17 AM
kohsuke made changes - 08/Feb/10 11:18 AM
Code changed in hudson
scm_issue_link made changes - 08/Feb/10 11:30 AM
Code changed in hudson
abayer made changes - 08/Feb/10 01:59 PM
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FYI - as a workaround, redownload the JSON files (http://hudson-ci.org/updates/hudson.tasks.Maven.MavenInstaller.json
and the other tools, or http://hudson-ci.org/update-center.json
), and remove everything but the actual {} JSON object. Save the file(s) (removing the .json file extension for the tools, though not for update-center.json) and you should be able to function.