One of my clients has come up with an http post erorr whilst trying to invoke a build.
Taking a look at the logs reveiled than indeed that the form post action instatiating the job didnt complete - this was very wiered,
The fact is all connection to server was within the clients LAN, with a fast enough connection between the client & server, which coulden't result in this type of error due to speed. (and yes on public instances you should expect the page to load 100% before you submit anything ...)
Whilst connected to the client LAN trying to reproduce the issue, I discovered two things
1. This was hapening on any form with in hudson - for exmeple hudson > manage hudson - which ruled out this is a specific plugin issue.