|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Further investigation brought up the following:
When using the API against the server, the server issues a "302 Moved Temporarily" with a "Location" value that contains a parameter "mksCommandRunner" in its URI, like: "http://server:7001/icapi;jsessionid=CAFB9F7099318AD6DC5BC0F3366AA18D?mksCommandRunner=1372078883068-5112".
When the API client sends the request again to that new URI, it omits the "mksCommandRunner"-Parameter in its request and the server again responds with a 302. This goes on and on for many hundreds of times until the client decides to give up.
This is definitely the issue with us on "try3".